地图却换功能调整
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment