Commit 3c98f5a4 by fengshuonan

更新admin.js

parent ce86869f
...@@ -424,7 +424,7 @@ layui.define(["layer"], function(f) { ...@@ -424,7 +424,7 @@ layui.define(["layer"], function(f) {
m.popupRight({ m.popupRight({
id: "layer-theme", id: "layer-theme",
type: 2, type: 2,
content: n ? n : "page/tpl/tpl-theme.html" content: n ? n : Feng.ctxPath + '/system/theme'
}) })
}, },
note: function() { note: function() {
...@@ -442,7 +442,7 @@ layui.define(["layer"], function(f) { ...@@ -442,7 +442,7 @@ layui.define(["layer"], function(f) {
m.popupRight({ m.popupRight({
id: "layer-notice", id: "layer-notice",
type: 2, type: 2,
content: n ? n : "page/tpl/tpl-message.html" content: n ? n : Feng.ctxPath + '/system/message'
}) })
}, },
psw: function() { psw: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment