Refactor:2 #51
@@ -24,7 +24,7 @@ import {
|
|||||||
URL_SYS_SETTINGS_TWO_FACTOR,
|
URL_SYS_SETTINGS_TWO_FACTOR,
|
||||||
URL_SYS_TOOL_BASE_LIST
|
URL_SYS_TOOL_BASE_LIST
|
||||||
} from '@/constants/urls.constants'
|
} from '@/constants/urls.constants'
|
||||||
import request from '@/services/index'
|
import request from '@/services'
|
||||||
|
|
||||||
export const r_sys_user_info_get = () => request.get<UserWithPowerInfoVo>(URL_SYS_USER_INFO)
|
export const r_sys_user_info_get = () => request.get<UserWithPowerInfoVo>(URL_SYS_USER_INFO)
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import request from '@/services/index'
|
import request from '@/services'
|
||||||
import {
|
import {
|
||||||
URL_TOOL,
|
URL_TOOL,
|
||||||
URL_TOOL_CATEGORY,
|
URL_TOOL_CATEGORY,
|
||||||
Reference in New Issue
Block a user