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
xwx
3 years ago
Commit
6f1b8e5a6708b2b3af5035f9adc142525886cee9
1 parent
4fd95fe5
杭州-大屏-监控一体化视图改名为展示大屏
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 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/index.js
hg-monitor-web-zj/src/main/resources/static/src/views/layout.html
View file @
6f1b8e5
...
...
@@ -46,7 +46,7 @@
<!--判定是否有daping角色,如果有则显示该菜单 joke add 20211203-->
<script
type=
"text/html"
template
lay-url=
"{{sessionStorage.getItem('domainName')}}/api-user/users/checkHasRole?roleCode=daping"
>
{{
#
if
(
d
.
count
>
0
){
}}
<
li
class
=
"layui-nav-item"
lay
-
tips
=
"
监控一体化视图
"
>
<
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
>
{{
#
}
}}
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/index.js
View file @
6f1b8e5
...
...
@@ -59,7 +59,7 @@ export default {
setInterval
(
function
(){
getDateTime
();
},
1000
);
document
.
title
=
'
监控一体化视图
'
document
.
title
=
'
展示大屏
'
})
let
getDateTime
=
()
=>
{
...
...
Please
register
or
login
to post a comment