Refactor(TS): Rename some file from *.tsx to *.ts

This commit is contained in:
2024-05-06 15:25:08 +08:00
parent ef653c20f8
commit 5e6c8f214c
8 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
import request from '@/services/index'
import request from '@/services'
import {
URL_TOOL,
URL_TOOL_CATEGORY,