87973468 by xiaomiao

菜单配置

1 parent 35bbb8a2
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
177 console.log("this.logoName.DNAME", this.logoName.DNAME); 177 console.log("this.logoName.DNAME", this.logoName.DNAME);
178 if ((this.logoName.DNAME = "map610700")) { 178 if ((this.logoName.DNAME = "map610700")) {
179 this.mapjson = "hanzhong"; 179 this.mapjson = "hanzhong";
180 require(`@/common/map/${this.mapjson}.js`); 180 require(`@/common/map/${this.mapjson}.js`);
181 } 181 }
182 }, 182 },
183 // 开启定时器 183 // 开启定时器
......
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
152 this.getUserList(scope.row); 152 this.getUserList(scope.row);
153 }} 153 }}
154 > 154 >
155 人员 155 配置
156 </el-button> 156 </el-button>
157 </span> 157 </span>
158 </el-tooltip> 158 </el-tooltip>
......