fengxiang
2018-01-18 049f582fbfdc14baa40377f0965a6c733ae083c7
菜单链接跳转修复
1 files modified
9 ■■■■■ changed files
src/assets/app-data.json 9 ●●●●● patch | view | raw | blame | history
src/assets/app-data.json
@@ -41,11 +41,10 @@
            }]
        }, {
            "text": "系统管理",
            "link": "/",
            "group": true,
            "children": [{
                "text": "用户管理",
                "link": "/",
                "link": "/users",
                "icon": "icon-user",
                "children": [{
                  "text": "安装用户",
@@ -56,7 +55,7 @@
                }]
              }, {
                "text": "设备管理",
                "link": "/",
                "link": "/devices",
                "icon": "icon-grid",
                "children": [{
                  "text": "基本信息",
@@ -70,7 +69,7 @@
                }]
              }, {
                "text": "传感器管理",
                "link": "/",
                "link": "/sensors",
                "icon": "icon-note",
                "children": [{
                  "text": "基本信息",
@@ -78,7 +77,7 @@
                }]
              }, {
                "text": "系统管理",
                "link": "/",
                "link": "/systems",
                "icon": "icon-note",
                "children": [
                  {