5c223a0a by xiaomiao

地图却换功能调整

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