From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +0800 Subject: [PATCH] 企业微信 --- common/router/modules/routes.js | 133 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 131 insertions(+), 2 deletions(-) diff --git a/common/router/modules/routes.js b/common/router/modules/routes.js index e899a9f..d6e0abf 100644 --- a/common/router/modules/routes.js +++ b/common/router/modules/routes.js @@ -32,7 +32,6 @@ { //娉ㄦ剰锛歱ath蹇呴』璺焢ages.json涓殑鍦板潃瀵瑰簲锛屾渶鍓嶉潰鍒繕浜嗗姞'/'鍝� path: '/pages/device/device', - //aliasPath:'/', //瀵逛簬h5绔綘蹇呴』鍦ㄩ椤靛姞涓奱liasPath骞惰缃负/ name: 'device', meta: { title: '璁惧', @@ -43,7 +42,6 @@ { //娉ㄦ剰锛歱ath蹇呴』璺焢ages.json涓殑鍦板潃瀵瑰簲锛屾渶鍓嶉潰鍒繕浜嗗姞'/'鍝� path: '/pages/spare/spare', - //aliasPath:'/', //瀵逛簬h5绔綘蹇呴』鍦ㄩ椤靛姞涓奱liasPath骞惰缃负/ name: 'spare', meta: { title: '澶囦欢', @@ -177,6 +175,137 @@ }, }, { + path: '/pages/checkList/checkList', + name: 'checkList', + meta: { + title: '鐐规', + }, + }, + { + path: '/pages/historicalInspection/historicalInspection', + name: 'historicalInspection', + meta: { + title: '鍘嗗彶鐐规', + }, + }, + + { + path: '/pages/checkList/checkListDetils/checkListDetils', + name: 'checkListDetils', + meta: { + title: '鐐规璇︽儏', + }, + }, + { + path: '/pages/baoZhou/baoZhou', + name: 'baoZhou', + meta: { + title: '鍛ㄤ繚', + }, + }, + { + path: '/pages/historicalMaintenance/historicalMaintenance', + name: 'historicalMaintenance', + meta: { + title: '鍘嗗彶淇濆吇', + }, + }, + { + path: '/pages/baoZhou/baoZhouDetils/baoZhouDetils', + name: 'baoZhouDetils', + meta: { + title: '鍛ㄤ繚璇︽儏', + }, + }, + { + path: '/pages/reportRepair/reportRepair', + name: 'reportRepair', + meta: { + title: '鎶ヤ慨', + }, + }, + { + path: '/pages/maintenanceReport/maintenanceReport', + name: 'maintenanceReport', + meta: { + title: '缁翠慨', + }, + }, + { + path: '/pages/reportRepair/reportRepairDeils/reportRepairDeils', + name: 'maintenanceReport', + meta: { + title: '缁翠慨', + }, + }, + { + path: '/pages/historicalRepair/historicalRepair', + name: 'historicalRepair', + meta: { + title: '鍘嗗彶缁翠慨', + }, + }, + { + path: '/pages/maintenanceReport/maintenanceReportDetils/maintenanceReportDetils', + name: 'maintenanceReport', + meta: { + title: '缁翠慨-璇︽儏', + }, + }, + { + path: '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils', + name: 'ToDoCheckDetils', + meta: { + title: '鐐规-鎵ц', + }, + }, + + { + path: '/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure', + name: 'ToDoListCheckSure', + meta: { + title: '鐐规-鐝粍闀跨‘璁�', + }, + }, + { + path: '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts', + name: 'ToDoSpareParts', + meta: { + title: '璁惧缁翠慨-鏄惁闇�瑕侀鐢ㄥ浠�', + }, + }, + { + path: '/pages/ToDoList/ToDoBaoZhou/ToDoBaoZhou', + name: 'ToDoSpareParts', + meta: { + title: '鍛ㄤ繚-鎵ц', + }, + }, + { + path: '/pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure', + name: 'ToDoSpareParts', + meta: { + title: '鍛ㄤ繚-鐝粍闀跨‘璁�', + }, + }, + { + path: '/pages/selectEquipment/selectEquipment', + name: 'selectEquipment', + meta: { + title: '閫夋嫨璁惧', + }, + }, + + + { + path: '/pages/reportRepair/reportRepairList/reportRepairList', + name: 'reportRepairList', + meta: { + title: '鎶ヤ慨鍒楄〃', + }, + }, + + { path: '/pages/annotation/annotationDetail', name: 'annotationDetail', meta: { -- Gitblit v1.9.3