refactor: typings 不用导出

This commit is contained in:
菲鸽
2024-03-09 15:02:29 +08:00
parent 27bb11e568
commit 367978416c
4 changed files with 5 additions and 5 deletions

View File

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