增加路由模式配置项
This commit is contained in:
1
types/global.d.ts
vendored
1
types/global.d.ts
vendored
@ -61,6 +61,7 @@ declare global {
|
||||
VITE_USE_MOCK: boolean;
|
||||
VITE_USE_PWA: boolean;
|
||||
VITE_PUBLIC_PATH: string;
|
||||
VITE_ROUTE_MODE:string;
|
||||
VITE_PROXY: [string, string][];
|
||||
VITE_GLOB_APP_TITLE: string;
|
||||
VITE_GLOB_APP_SHORT_NAME: string;
|
||||
|
||||
Reference in New Issue
Block a user