Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
802240096d99ea58491b488a4bfd7a743ef56dd9
1 parent
825bc183
监控大屏增加跳转电子税务局大屏(新打开一个页签)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
View file @
8022400
...
...
@@ -181,7 +181,8 @@ export default {
}
}
const
goJump
=
()
=>
{
proxy
.
$router
.
push
({
path
:
'/zj/dp'
,
query
:
{
access_token
:
localStorage
.
getItem
(
'access_token'
)}})
// proxy.$router.push({path:'/zj/dp',query: {access_token:localStorage.getItem('access_token')}})
window
.
open
(
sessionStorage
.
getItem
(
"ythView"
)
+
'?access_token='
+
localStorage
.
getItem
(
"access_token"
));
}
return
{
...
...
Please
register
or
login
to post a comment