强制重新加载地图,并增加兼容旧样式的埋点
This commit is contained in:
		| @@ -146,6 +146,15 @@ | ||||
|                 </el-select> | ||||
|               </div> | ||||
|             </div> | ||||
|             <div class="layout-config__item"> | ||||
|               <label>样式设置</label> | ||||
|               <div class="layout-config__item--right"> | ||||
|                 <el-select size="mini" v-model="dashboard.style" placeholder="请选择"> | ||||
|                   <el-option label="默认" value="black"/> | ||||
|                   <el-option label="经典" value="classic"/> | ||||
|                 </el-select> | ||||
|               </div> | ||||
|             </div> | ||||
|             <div class="layout-config__item"> | ||||
|               <label>背景图</label> | ||||
|               <div class="layout-config__item--right layout-config__item--bg"> | ||||
| @@ -261,7 +270,8 @@ export default { | ||||
|         height: 1080, | ||||
|         theme: '0', | ||||
|         backgroundColor: '', | ||||
|         backgroundImage: [] | ||||
|         backgroundImage: [], | ||||
|         style: 'black' | ||||
|       }, | ||||
|       menuX: 0, | ||||
|       menuY: 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user