Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5c223a0a
authored
2023-02-27 16:13:38 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
地图却换功能调整
1 parent
1a249169
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Echart/Map/Chart.vue
src/components/Echart/Map/Chart.vue
View file @
5c223a0
...
...
@@ -172,7 +172,7 @@
// 根据行政区代码匹配行政区
getDistrictcode () {
this.mapjson = ""
if (
(this.logoName[0].DNAME == "hanzhong")
) {
if (
this.logoName[0].DNAME == "hanzhong"
) {
this.mapjson = "hanzhong";
require(`
@
/common/m
ap
/
$
{
this
.
mapjson
}.
js
`);
} else {
...
...
Please
register
or
sign in
to post a comment