mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增退出登录接口,新增全局接口封装,修改登录接口内容
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { ModuleTypeEnum } from '@/enums/httpEnum'
|
||||
|
||||
// 接口白名单(免登录)
|
||||
export const fetchAllowList = [
|
||||
`${ModuleTypeEnum.SYSTEM}/login`
|
||||
]
|
||||
|
||||
// 接口黑名单
|
||||
export const fetchBlockList = []
|
||||
Reference in New Issue
Block a user