Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
1bbd71df
Commit
1bbd71df
authored
Mar 06, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改界面跳转
parent
d9c60622
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
src/views/resources/page/analyse.vue
+2
-2
src/views/resources/page/overview.vue
+1
-4
src/views/resources/resources.vue
+5
-0
No files found.
src/views/resources/page/analyse.vue
View file @
1bbd71df
...
...
@@ -185,8 +185,8 @@ export default {
}
.portrait_main
{
position
:
relative
;
margin
:
0
0
0
30px
;
width
:
calc
(
100%
-
30px
);
//
margin
:
0
0
0
30px
;
width
:
calc
(
100%
);
height
:
100%
;
background
:
#fff
;
}
...
...
src/views/resources/page/overview.vue
View file @
1bbd71df
...
...
@@ -337,10 +337,7 @@ export default {
},
goTrack
()
{
this
.
$router
.
push
({
name
:
"track"
,
query
:
{
district
:
this
.
district
==
"晋城市"
?
""
:
this
.
district
,
},
name
:
"analyse"
,
});
},
initChartMap
()
{
...
...
src/views/resources/resources.vue
View file @
1bbd71df
...
...
@@ -71,6 +71,11 @@ export default {
this
.
activeIndex
=
this
.
$route
.
name
;
}
},
watch
:
{
$route
()
{
this
.
activeIndex
=
this
.
$route
.
name
;
},
},
methods
:
{
handleSelect
(
key
)
{
this
.
activeIndex
=
key
;
...
...
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