From bc769ce890971a5fbb8535157301ac6412b936a3 Mon Sep 17 00:00:00 2001 From: bobi Date: Sat, 24 Aug 2019 13:28:31 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E8=A7=84=E8=8C=83=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/navs.json | 513 ++++++++++++++++++----------------- pages/member/permission.html | 6 +- 2 files changed, 260 insertions(+), 259 deletions(-) diff --git a/data/navs.json b/data/navs.json index 0c3dac1..6431f87 100644 --- a/data/navs.json +++ b/data/navs.json @@ -1,266 +1,271 @@ [ - { - "title": "主页一", - "fontFamily": "ok-icon", - "icon": "", - "href": "pages/home.html", - "isClose": false, - "spread": true, - "isCheck": true - }, - { - "title": "主页二", - "fontFamily": "layui-icon", - "icon": "layui-icon-home", - "href": "pages/home2.html" - }, - { - "title": "字体图标", - "icon": "", - "href": "pages/other/okfont.html", - "spread": false - }, - { - "title": "图表管理", - "icon": "", - "href": "", - "spread": false, - "children": [ - { - "title": "地图", - "fontFamily": "my-icon", - "icon": "my-iconditu", - "spread": false, - "children": [ - { - "title": "中国地图", - "icon": "", - "href": "pages/echarts/mapchina2.html", - "spread": false - }, - { - "title": "地区地图", - "icon": "", - "href": "pages/echarts/mapchina.html", - "spread": false - } - ] - }, - { - "title": "数据图", - "fontFamily": "my-icon", - "icon": "my-icontubiao", - "spread": false, - "children": [ - { - "title": "统计图", - "icon": "", - "href": "pages/echarts/map1.html", - "spread": false - }, - { - "title": "折线图", - "icon": "", - "href": "pages/echarts/map2.html", - "spread": false - }, - { - "title": "馅饼图", - "icon": "", - "href": "pages/echarts/map4.html", - "spread": false - }, - { - "title": "圆形图", - "icon": "", - "href": "pages/echarts/map5.html", - "spread": false - }, - { - "title": "指数图", - "icon": "", - "href": "pages/echarts/map6.html", - "spread": false - } - ] - } - ] - }, - { - "title": "框架使用说明", - "fontFamily": "ok-icon", - "icon": "", - "spread": false, - "children": [ - { - "title": "插件目录", - "href": "pages/help/plugDirectory.html", - "spread": false - }, - { - "title": "内部添加导航", - "href": "pages/help/navOperate.html", - "spread": false - }, - { - "title": "导航的图标", - "href": "pages/help/navIcon.html", - "spread": false - }, - { - "title": "导航的参数", - "href": "pages/help/navParameter.html", - "spread": false - } - ] - }, - { - "title": "第三方js库", - "icon": "", - "children": [ - { - "title": "二维码", - "href": "pages/tripartite/qrcode.html" - }, - { - "title": "让数字动起来", - "href": "pages/tripartite/countup.html" - } - ] - }, - { - "title": "会员管理", - "icon": "", - "href": "", - "spread": false, - "children": [ - { - "title": "用户列表", + { + "title": "主页一", + "href": "pages/home.html", + "fontFamily": "ok-icon", + "icon": "", + "isClose": false, + "spread": true, + "isCheck": true + }, + { + "title": "主页二", + "href": "pages/home2.html", "fontFamily": "layui-icon", - "icon": "", - "href": "pages/member/user.html", - "spread": false - }, - { - "title": "角色列表", - "icon": "", - "href": "pages/member/role.html", - "spread": false - }, - { - "title": "权限列表", - "icon": "", - "href": "pages/member/permission.html", - "spread": false - } - ] - }, - { - "title": "新闻管理", - "icon": "", - "href": "", - "spread": false, - "children": [ - { - "title": "文章列表", - "fontFamily": "layui-icon", - "icon": "", - "href": "pages/article/article.html", - "spread": false - } - ] - }, - { - "title": "多级导航", - "fontFamily": "ok-icon", - "icon": "ok-iconnavigation-2", - "spread": false, - "children": [ - { - "title": "二级导航", + "icon": "" + }, + { + "title": "会员管理", "href": "", + "icon": "", "spread": false, "children": [ - { - "title": "三级导航1", - "fontFamily": "ok-icon", - "icon": "ok-iconairplay", - "href": "pages/home.html", - "spread": false - }, - { - "title": "三级导航2", - "href": "", - "spread": false, - "children": [ - { - "title": "四级导航1", - "href": "", + { + "title": "用户列表", + "href": "pages/member/user.html", + "fontFamily": "layui-icon", + "icon": "", "spread": false - }, - { - "title": "四级导航2", - "href": "", + }, + { + "title": "角色列表", + "href": "pages/member/role.html", + "icon": "", + "spread": false + }, + { + "title": "权限列表", + "href": "pages/member/permission.html", + "icon": "", + "spread": false + } + ] + }, + { + "title": "图表管理", + "href": "", + "icon": "", + "spread": false, + "children": [ + { + "title": "地图", + "fontFamily": "my-icon", + "icon": "my-iconditu", "spread": false, "children": [ - { - "title": "五级导航", - "fontFamily": "ok-icon", - "icon": "", - "href": "", - "spread": false - }, - { - "title": "五级导航", - "href": "", - "spread": false - }, - { - "title": "登录", - "icon": "", - "href": "pages/login.html", - "spread": false, - "target": "_blank" - } + { + "title": "中国地图", + "href": "pages/echarts/mapchina2.html", + "icon": "", + "spread": false + }, + { + "title": "地区地图", + "href": "pages/echarts/mapchina.html", + "icon": "", + "spread": false + } ] - } - ] - } + }, + { + "title": "数据图", + "fontFamily": "my-icon", + "icon": "my-icontubiao", + "spread": false, + "children": [ + { + "title": "统计图", + "href": "pages/echarts/map1.html", + "icon": "", + "spread": false + }, + { + "title": "折线图", + "href": "pages/echarts/map2.html", + "icon": "", + "spread": false + }, + { + "title": "馅饼图", + "href": "pages/echarts/map4.html", + "icon": "", + "spread": false + }, + { + "title": "圆形图", + "href": "pages/echarts/map5.html", + "icon": "", + "spread": false + }, + { + "title": "指数图", + "href": "pages/echarts/map6.html", + "icon": "", + "spread": false + } + ] + } ] - } - ] - }, - { - "title": "系统管理", - "icon": "", - "href": "", - "spread": false, - "children": [ - { - "title": "登录", - "icon": "", - "href": "pages/login.html", + }, + { + "title": "新闻管理", + "href": "", + "icon": "", "spread": false, - "target": "_blank" - }, - { - "title": "403页面", - "icon": "", - "href": "pages/common/403.html", - "spread": false - }, - { - "title": "404页面", - "icon": "", - "href": "pages/common/404.html", - "spread": false - }, - { - "title": "500页面", - "icon": "", - "href": "pages/common/500.html", - "spread": false - } - ] - } + "children": [ + { + "title": "文章列表", + "href": "pages/article/article.html", + "icon": "", + "spread": false + } + ] + }, + { + "title": "系统管理", + "href": "", + "icon": "", + "spread": false, + "children": [ + { + "title": "登录", + "href": "pages/login.html", + "icon": "", + "spread": false, + "target": "_blank" + }, + { + "title": "403页面", + "href": "pages/common/403.html", + "icon": "", + "spread": false + }, + { + "title": "404页面", + "href": "pages/common/404.html", + "icon": "", + "spread": false + }, + { + "title": "500页面", + "href": "pages/common/500.html", + "icon": "", + "spread": false + } + ] + }, + { + "title": "多级导航", + "fontFamily": "ok-icon", + "icon": "ok-iconnavigation-2", + "spread": false, + "children": [ + { + "title": "购物网站", + "href": "", + "icon": "", + "spread": false, + "children": [ + { + "title": "京东", + "href": "https://www.jd.com", + "icon": "", + "spread": false + }, + { + "title": "苏宁", + "href": "https://www.suning.com", + "icon": "", + "spread": false + }, + { + "title": "阿里", + "href": "", + "icon": "", + "spread": false, + "children": [ + { + "title": "淘宝", + "href": "https://www.taobao.com", + "icon": "", + "spread": false + }, + { + "title": "天猫", + "href": "https://www.tmall.com", + "icon": "", + "spread": false, + "children": [ + { + "title": "天猫超市", + "href": "https://chaoshi.tmall.com", + "icon": "", + "spread": false + }, + { + "title": "天猫电器", + "href": "https://3c.tmall.com", + "icon": "", + "spread": false + } + ] + } + ] + } + ] + } + ] + }, + { + "title": "框架使用", + "fontFamily": "ok-icon", + "icon": "", + "spread": false, + "children": [ + { + "title": "字体图标", + "href": "pages/other/okfont.html", + "icon": "", + "spread": false + }, + { + "title": "插件目录", + "href": "pages/help/plugDirectory.html", + "icon": "", + "spread": false + }, + { + "title": "内部添加导航", + "href": "pages/help/navOperate.html", + "icon": "", + "spread": false + }, + { + "title": "导航的图标", + "href": "pages/help/navIcon.html", + "icon": "", + "spread": false + }, + { + "title": "导航的参数", + "href": "pages/help/navParameter.html", + "icon": "", + "spread": false + } + ] + }, + { + "title": "第三方库", + "icon": "", + "children": [ + { + "title": "二维码", + "href": "pages/tripartite/qrcode.html" + }, + { + "title": "让数字动起来", + "href": "pages/tripartite/countup.html" + } + ] + } ] diff --git a/pages/member/permission.html b/pages/member/permission.html index 7a24225..f9ed31b 100644 --- a/pages/member/permission.html +++ b/pages/member/permission.html @@ -4,11 +4,7 @@ 权限列表 - - - - - +