5c223a0a by xiaomiao

地图却换功能调整

1 parent 1a249169
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
172 // 根据行政区代码匹配行政区 172 // 根据行政区代码匹配行政区
173 getDistrictcode () { 173 getDistrictcode () {
174 this.mapjson = "" 174 this.mapjson = ""
175 if ((this.logoName[0].DNAME == "hanzhong")) { 175 if (this.logoName[0].DNAME == "hanzhong") {
176 this.mapjson = "hanzhong"; 176 this.mapjson = "hanzhong";
177 require(`@/common/map/${this.mapjson}.js`); 177 require(`@/common/map/${this.mapjson}.js`);
178 } else { 178 } else {
......