fix: 更改API相关接口的路径

This commit is contained in:
valarchie
2023-08-05 14:48:16 +08:00
parent 55814a6a30
commit 49a3b118e1
11 changed files with 19 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
import { RouteRecordName } from "vue-router";
import { DictionaryData } from "../../api/common";
import { DictionaryData } from "../../api/common/login";
export type cacheType = {
mode: string;

View File

@@ -6,7 +6,7 @@ import { router, resetRouter } from "@/router";
import { storageSession } from "@pureadmin/utils";
import { useMultiTagsStoreHook } from "@/store/modules/multiTags";
import { removeToken, sessionKey } from "@/utils/auth";
import { DictionaryData, TokenDTO } from "@/api/common";
import { DictionaryData, TokenDTO } from "@/api/common/login";
import { storageLocal } from "@pureadmin/utils";
const dictionaryListKey = "ag-dictionary-list";