mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-18 00:00:37 +08:00
fix: 更改API相关接口的路径
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user