Refactor:2 #51

Merged
FatttSnake merged 2 commits from FatttSnake into dev 2024-05-06 16:55:21 +08:00
8 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e6c8f214c - Show all commits

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,