perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-12-14 10:51:07 +08:00
parent 8381410ff4
commit eeb1d378f2
25 changed files with 535 additions and 271 deletions

2
types/global.d.ts vendored
View File

@@ -68,6 +68,7 @@ declare global {
VITE_PUBLIC_PATH: string;
VITE_PROXY_DOMAIN: string;
VITE_PROXY_DOMAIN_REAL: string;
VITE_ROUTER_HISTORY: string;
}
declare interface ServerConfigs {
@@ -85,7 +86,6 @@ declare global {
HideTabs?: boolean;
MapConfigure?: {
amapKey?: string;
baiduKey?: string;
options: {
resizeEnable?: boolean;
center?: number[];