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
00f651bc
Commit
00f651bc
authored
May 18, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logout=>Logout
parent
a30ea2ad
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
index.html
...l/src/main/resources/templates/views/kmes/gpcs/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gphy/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gpjy/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gpwx/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/gzfk/index.html
+1
-1
index.html
...l/src/main/resources/templates/views/kmes/jgfk/index.html
+1
-1
No files found.
gavel/src/main/resources/templates/views/kmes/gpcs/index.html
View file @
00f651bc
...
...
@@ -135,7 +135,7 @@
/* 总体扫描封装 */
function
csfk_csfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
csfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
gavel/src/main/resources/templates/views/kmes/gphy/index.html
View file @
00f651bc
...
...
@@ -175,7 +175,7 @@
/* new整体封装 */
function
zpfk_zpfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
zpfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
gavel/src/main/resources/templates/views/kmes/gpjy/index.html
View file @
00f651bc
...
...
@@ -146,7 +146,7 @@
/* 总体扫描封装 */
function
jyfk_jyfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
jyfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
gavel/src/main/resources/templates/views/kmes/gpwx/index.html
View file @
00f651bc
...
...
@@ -162,7 +162,7 @@
/* 总体扫描封装 */
function
wxfk_wxfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
wxfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
gavel/src/main/resources/templates/views/kmes/gzfk/index.html
View file @
00f651bc
...
...
@@ -135,7 +135,7 @@
/* 总体扫描封装 */
function
gzfk_gzfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
gzfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
gavel/src/main/resources/templates/views/kmes/jgfk/index.html
View file @
00f651bc
...
...
@@ -158,7 +158,7 @@
/* new整体封装 */
function
jgfk_jgfk
(
t
){
let
that
=
t
if
(
that
.
xlh
==
"logout"
)
if
(
that
.
xlh
.
toLowerCase
()
==
"logout"
)
{
jgfk_wrz
(
that
,
"即将退出系统"
)
localStorage
.
clear
();
...
...
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