提交修改

develop
Jmysy 2020-06-28 08:55:37 +08:00
parent 0c5bab2f6f
commit 09853a4789
1 changed files with 7 additions and 7 deletions

View File

@ -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);