diff --git a/index.html b/index.html index 9c43a29..7d8d843 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@
注销登陆
- +
  • @@ -85,15 +85,15 @@ 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); })