Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
3452668b
Commit
3452668b
authored
Mar 10, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载插件
parent
f331cb62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
index.html
gavel/src/main/resources/templates/views/index.html
+19
-16
No files found.
gavel/src/main/resources/templates/views/index.html
View file @
3452668b
...
...
@@ -36,8 +36,11 @@
</tr>
</table>
<span
style=
"float:right; padding-right: 10px; height: 50px; line-height: 50px;"
>
<a
href=
"javascript:void(0)"
onclick=
"support()"
id=
"support"
class=
"gui-menubutton"
data-options=
"iconCls:'fa', hasDownArrow:false"
style=
"color:#fff;"
>
工单系统
</a>
<!-- <a href="javascript:void(0)" onclick="support()" id="support" class="gui-menubutton"
data-options="iconCls:'fa', hasDownArrow:false" style="color:#fff;">工单系统</a> -->
<a
href=
"win32/update/download/webbrowser"
id=
"support"
class=
"gui-menubutton"
data-options=
"iconCls:'fa fa-download', hasDownArrow:false"
style=
"color:#fff;"
>
下载插件
</a>
<a
href=
"javascript:void(0)"
id=
"mb3"
class=
"gui-menubutton"
data-options=
"menu:'#mm3',iconCls:'fa fa-user',hasDownArrow:true"
style=
"color:#fff;"
>
用户
</a>
<div
id=
"mm3"
style=
"width:74px;"
>
...
...
@@ -63,7 +66,7 @@
<div
data-options=
"iconCls:'fa fa-tree orange'"
onclick=
"changeTheme('yellow')"
>
橙色主题
</div>
<div
data-options=
"iconCls:'fa fa-tree orange'"
onclick=
"changeTheme('yellowlight')"
>
橙色主题-亮
</div>
</div>
<a
href=
"javascript:void(0)"
onclick=
"
man
logout()"
class=
"gui-menubutton"
<a
href=
"javascript:void(0)"
onclick=
"logout()"
class=
"gui-menubutton"
data-options=
"iconCls:'fa fa-sign-out',hasDownArrow:false"
style=
"color:#fff;"
>
注销
</a>
</span>
<div
style=
"position: fixed;z-index: 1030!important;float:right;right: 28%;margin-top: 12px"
>
...
...
@@ -287,20 +290,20 @@
gas
.
showTips
(
msg
.
data
)
})
// 退出系统
function
manlogout
()
{
$
.
iMessager
.
confirm
(
'提示'
,
'确定要退出吗?'
,
function
(
r
)
{
if
(
r
)
{
HTTP
.
post
(
"main/logout"
,{},
function
(
res
)
{
if
(
res
.
success
&&
res
.
data
.
records
){
var
url
=
res
.
data
.
records
;
localStorage
.
clear
();
window
.
location
.
replace
(
res
.
data
.
records
);
}
})
//
function manlogout() {
//
$.iMessager.confirm('提示', '确定要退出吗?', function (r) {
//
if (r) {
//
HTTP.post("main/logout",{},function (res) {
//
if(res.success&&res.data.records){
//
var url = res.data.records;
//
localStorage.clear();
//
window.location.replace(res.data.records);
//
}
//
})
}
});
}
//
}
//
});
//
}
</script>
...
...
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