Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
5c7f7dfd
Commit
5c7f7dfd
authored
Feb 26, 2018
by
李家智
Browse files
add close
parent
256b74f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/templates/common/layout.html
View file @
5c7f7dfd
...
...
@@ -35,7 +35,7 @@
$
(
document
).
ready
(
function
()
{
}).
keydown
(
function
(
e
)
{
if
(
e
.
which
===
27
)
{
Common
.
c
onfirm
(
"
是否放弃治疗回到主页?
"
,
function
(){
Common
.
openC
onfirm
(
"
是否放弃治疗回到主页?
"
,
function
(){
layer
.
closeAll
();
})
...
...
Write
Preview
Supports
Markdown
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