update 添加图标

This commit is contained in:
zk
2024-05-16 15:49:12 +08:00
parent 65a3ee7eb5
commit 1c908b0615
3 changed files with 74 additions and 74 deletions
+2 -2
View File
@@ -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);
});
});
});