Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qzhxx
national_museum_vod
Commits
481b980f
Commit
481b980f
authored
May 27, 2021
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏显示
parent
f9ecf430
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
431 additions
and
429 deletions
+431
-429
borderNums.vue
src/page/statistics/components/borderNums.vue
+146
-145
maps.vue
src/page/statistics/components/maps.vue
+285
-284
No files found.
src/page/statistics/components/borderNums.vue
View file @
481b980f
...
...
@@ -73,6 +73,7 @@ export default {
authType
:
this
.
backToken
,
})
.
then
((
res
)
=>
{
// console.log(res.data.data)
if
(
res
.
status
==
200
)
{
if
(
res
.
data
.
resultCode
==
200
)
{
let
resData
=
res
.
data
.
data
;
...
...
src/page/statistics/components/maps.vue
View file @
481b980f
...
...
@@ -44,6 +44,7 @@ export default {
.
$https
({
method
:
"post"
,
url
:
httpUrl
,
authType
:
_this
.
backToken
,
})
.
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
...
...
@@ -246,7 +247,7 @@ export default {
//geoJson必须这种格式
mapJson
.
features
=
Json
;
//去渲染echarts
console
.
log
(
mapData
)
// console.log(mapData)
this
.
initEcharts
(
mapData
,
mapJson
);
},
initEcharts
(
mapData
,
mapJson
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment