update 添加图标
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import axios from 'axios';
|
||||
import { getAppEnvConfig } from '../utils/env.ts';
|
||||
import { getAppEnvConfig } from '/@/utils/env.ts';
|
||||
import { useUserStore } from '/@/store/modules/user.ts';
|
||||
import { getAuthCache } from '/@/utils/auth.ts';
|
||||
import { TOKEN_KEY } from '/@/enum/cacheEnum.ts';
|
||||
@@ -66,4 +66,4 @@ export const post = (url: string, params: any) =>
|
||||
.catch((err: any) => {
|
||||
reject(err);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user