update 后台跳转大屏免登录,优化登录数据缓存

This commit is contained in:
zk
2024-05-18 15:16:10 +08:00
parent cb2a823d25
commit 6ff0b25f1b
8 changed files with 58 additions and 23 deletions
-1
View File
@@ -31,7 +31,6 @@ export const Map = {
}).then((res) => {
AMap = res;
const { zoom, center, mapStyle } = { ...defaultOption, ...option };
console.log('option', option, center);
//基本地图加载
this.map = new AMap.Map(el, {
resizeEnable: true,