update 后台跳转大屏免登录,优化登录数据缓存
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user