From 7c26164dc8a00a230e074d320f3b2614c9080340 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Thu, 01 Mar 2018 08:52:41 +0800 Subject: [PATCH] 默认中文,登录页面title设置,菜单面包屑无效链接去除 --- src/assets/app-data.json | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/assets/app-data.json b/src/assets/app-data.json index 3a0906f..b19eb23 100644 --- a/src/assets/app-data.json +++ b/src/assets/app-data.json @@ -1,12 +1,12 @@ { "app": { - "name": "Alain", - "description": "Ng-zorro admin panel front-end framework" + "name": "������������������������", + "description": "������������������������������������������" }, "user": { "name": "Admin", "avatar": "./assets/img/zorro.svg", - "email": "cipchk@qq.com" + "email": "admin@qq.com" }, "menu": [{ "text": "���������", @@ -40,11 +40,10 @@ "children": [] }] }, { - "text": "������������", + "text": "������������", "group": true, "children": [{ "text": "������������", - "link": "/users", "icon": "icon-user", "children": [{ "text": "������������", @@ -55,10 +54,9 @@ }] }, { "text": "������������", - "link": "/devices", "icon": "icon-grid", "children": [{ - "text": "������������", + "text": "������������", "link": "/devices/basic" }, { "text": "������������", @@ -69,7 +67,6 @@ }] }, { "text": "���������������", - "link": "/sensors", "icon": "icon-note", "children": [{ "text": "������������", @@ -77,7 +74,6 @@ }] }, { "text": "������������", - "link": "/systems", "icon": "icon-note", "children": [ { @@ -89,6 +85,19 @@ "link": "/systems/organization" } ] + }, { + "text": "������������", + "icon": "icon-note", + "children": [ + { + "text": "���������������", + "link": "/reports/demo" + }, + { + "text": "Excel������", + "link": "/reports/excel" + } + ] } ] -- Gitblit v1.8.0