Refactor(TS): Rename some file from *.tsx to *.ts
This commit is contained in:
@@ -24,7 +24,7 @@ import {
|
||||
URL_SYS_SETTINGS_TWO_FACTOR,
|
||||
URL_SYS_TOOL_BASE_LIST
|
||||
} 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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import request from '@/services/index'
|
||||
import request from '@/services'
|
||||
import {
|
||||
URL_TOOL,
|
||||
URL_TOOL_CATEGORY,
|
||||
Reference in New Issue
Block a user