feat: 项目结构重构优化
This commit is contained in:
3
types/env.d.ts
vendored
3
types/env.d.ts
vendored
@@ -8,6 +8,9 @@ interface ImportMetaEnv {
|
||||
readonly VITE_APP_NAME: string;
|
||||
readonly VITE_APP_BASE_API: string;
|
||||
readonly VITE_APP_API_URL: string;
|
||||
readonly VITE_APP_TITLE?: string;
|
||||
readonly VITE_APP_TENANT_ENABLED?: string;
|
||||
readonly VITE_ENABLE_AI_ASSISTANT?: string;
|
||||
readonly VITE_MOCK_DEV_SERVER: boolean;
|
||||
}
|
||||
|
||||
|
||||
1
types/router.d.ts
vendored
1
types/router.d.ts
vendored
@@ -12,5 +12,6 @@ declare module "vue-router" {
|
||||
affix?: boolean;
|
||||
keepAlive?: boolean;
|
||||
breadcrumb?: boolean;
|
||||
activeMenu?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user