Commit 14c52954 by fengshuonan

更新提示

parent 3cb591fe
......@@ -22,15 +22,16 @@ common.js的修改:
admin.js的修改:
```js
//427行改下地址
content: n ? n : "page/tpl/tpl-theme.html"
content: o ? o : Feng.ctxPath + '/system/theme'
//445行改下地址
content: n ? n : "page/tpl/tpl-message.html"
content: o ? o : Feng.ctxPath + '/system/message'
```
index.js的修改:
```js
//第20行开启默认的单页标签
pageTabs: true,
pageTabs: false,
```
\ No newline at end of file
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