提交修改
parent
0c5bab2f6f
commit
09853a4789
10
index.html
10
index.html
|
|
@ -85,14 +85,14 @@
|
|||
theme: "dark-theme", // 默 认 主 题 样 式 dark-theme 默认主题 light-theme 亮主题
|
||||
index: 'view/console/console1.html', // 默 认 加 载 主 页
|
||||
data: 'admin/data/menu.json', // 菜 单 数 据 加 载 地 址
|
||||
select: '0', // 默 认 选 中 菜 单 项
|
||||
select: '0', // 默 认 选 中 菜 单 项
|
||||
notice: 'admin/data/notice.json', // 消 息 列 表 数 据
|
||||
auth: 'admin/data/permission.json' // 前端权限限制,false 关闭该功能
|
||||
auth: 'admin/data/permission.json' // 前端权限限制,false 关闭该功能
|
||||
};
|
||||
|
||||
var setting = {
|
||||
elem: 'social'
|
||||
}
|
||||
var setting = {
|
||||
elem: 'social'
|
||||
}
|
||||
|
||||
pearSocial.render(setting);
|
||||
pearAdmin.render(config);
|
||||
|
|
|
|||
Loading…
Reference in New Issue