feat: 添加 CachingAsyncRoutes 是否开启动态路由缓存本地,默认 true

This commit is contained in:
xiaoxian521
2022-12-01 11:42:10 +08:00
parent 8ca8bbcee0
commit 80453ec4b1
5 changed files with 55 additions and 48 deletions

17
types/global.d.ts vendored
View File

@@ -95,14 +95,7 @@ declare global {
ShowLogo?: boolean;
ShowModel?: string;
MenuArrowIconNoTransition?: boolean;
MapConfigure?: {
amapKey?: string;
options: {
resizeEnable?: boolean;
center?: number[];
zoom?: number;
};
};
CachingAsyncRoutes?: boolean;
}
/**
@@ -127,14 +120,6 @@ declare global {
epThemeColor?: string;
showLogo?: boolean;
showModel?: string;
mapConfigure?: {
amapKey?: string;
options: {
resizeEnable?: boolean;
center?: number[];
zoom?: number;
};
};
username?: string;
}