refactor: typings 不用导出
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* eslint-disable no-param-reassign */
|
||||
import qs from 'qs'
|
||||
import { useUserStore } from '@/store'
|
||||
import { IResData, IUserInfo } from '@/typings'
|
||||
|
||||
type CustomRequestOptions = UniApp.RequestOptions & { query?: Record<string, any> }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user