From d40a2fd0a6f48e3169d39387ff5cda8d1a3f22b2 Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期一, 09 一月 2023 15:10:25 +0800 Subject: [PATCH] 添加健康评价模块 --- src/testData/loginUserInfo.js | 80 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) diff --git a/src/testData/loginUserInfo.js b/src/testData/loginUserInfo.js index 0396041..ecd3237 100644 --- a/src/testData/loginUserInfo.js +++ b/src/testData/loginUserInfo.js @@ -45,6 +45,14 @@ "active": false, "sort": 0 }, + { + "id": "0", + "name": "鍋ュ悍璇勪环", + "code": "health", + "icon":"line-chart", + "active": false, + "sort": 0 + }, ], "roles": [], "permissions": [ @@ -481,6 +489,78 @@ "path": "/curveQuery_view", "hidden": true }, + { + "application": "health", + "id": "health_1", + "pid": "0", + "name": "health_1", + "component": "RouteView", + "redirect": "", + "meta": { + "title": "鍋ュ悍璇勪环", + "icon": "book", + "show": true, + "target": "", + "link": null, + "belongid": "health" + }, + "path": "/health/group1", + "hidden": true + }, + { + "application": "health", + "id": "health_1_1", + "pid": "health_1", + "name": "health_1_1", + "component": "main/istation/health/sysManage", + "redirect": "", + "meta": { + "title": "浣撶郴绠$悊", + "icon": "", + "show": true, + "target": "", + "link": null, + "belongid": "health" + }, + "path": "/health/sysManage", + "hidden": true + }, + { + "application": "health", + "id": "health_1_2", + "pid": "health_1", + "name": "health_1_2", + "component": "main/istation/health/evaluationModel", + "redirect": "", + "meta": { + "title": "璇勪环妯″瀷", + "icon": "", + "show": true, + "target": "", + "link": null, + "belongid": "health" + }, + "path": "/health/evaluationModel", + "hidden": true + }, + { + "application": "health", + "id": "health_1_3", + "pid": "health_1", + "name": "health_1_3", + "component": "main/istation/health/modelBinding", + "redirect": "", + "meta": { + "title": "妯″瀷缁戝畾", + "icon": "", + "show": true, + "target": "", + "link": null, + "belongid": "health" + }, + "path": "/health/modelBinding", + "hidden": true + }, ], "dataScopes": [ "142307070910551", -- Gitblit v1.9.3