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
76feb35b60e82c4ac471d002becf58d5fc949526
1 parent
7c12e907
首页一体化和大屏图标位置更换,大屏跳转到电子税务局页面
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
hg-monitor-web-zj/src/main/resources/static/src/views/layout.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
hg-monitor-web-zj/src/main/resources/static/src/views/layout.html
View file @
76feb35
...
...
@@ -43,6 +43,9 @@
<i
class=
"layui-icon layui-icon-shrink-right"
id=
"LAY_app_flexible"
></i>
</a>
</li>
<li
class=
"layui-nav-item"
lay-tips=
"大屏"
>
<a
href=
"javascript:;"
layadmin-event=
"toBigScreen"
><img
src=
"/src/style/img/icon-daping.png"
style=
"width: 16px;height: 16px"
></a>
</li>
<script
type=
"text/html"
template
lay-url=
"{{sessionStorage.getItem('domainName')}}/api-web/sxview/getbizListByUser?access_token={{localStorage.getItem('access_token')}}"
>
{{
#
if
(
d
.
data
.
length
>
0
){
}}
...
...
@@ -55,9 +58,7 @@
{{
#
}
}}
</script>
<li
class=
"layui-nav-item"
lay-tips=
"大屏"
>
<a
href=
"javascript:;"
layadmin-event=
"toBigScreen"
><img
src=
"/src/style/img/icon-daping.png"
style=
"width: 16px;height: 16px"
></a>
</li>
<li
class=
"layui-nav-item"
lay-unselect
>
<a
href=
"javascript:;"
layadmin-event=
"refresh"
title=
"刷新"
>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/declare/index.js
View file @
76feb35
...
...
@@ -182,7 +182,7 @@ export default {
}
const
goJump
=
()
=>
{
// proxy.$router.push({path:'/zj/dp',query: {access_token:localStorage.getItem('access_token')}})
window
.
open
(
sessionStorage
.
getItem
(
"ythView"
)
+
'
?access_token='
+
localStorage
.
getItem
(
"access_token"
));
window
.
open
(
window
.
location
.
origin
+
'/vue3/index.html#/zj/dp
?access_token='
+
localStorage
.
getItem
(
"access_token"
));
}
return
{
...
...
Please
register
or
login
to post a comment