From 964faa1077a89713910063c39ebe08fac4e4c56e Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期四, 24 七月 2025 17:44:18 +0800 Subject: [PATCH] 企业维修适配修改 --- common/router/modules/routes.js | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/common/router/modules/routes.js b/common/router/modules/routes.js index 860907f..0ce99a8 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: '澶囦欢', @@ -184,6 +182,14 @@ }, }, { + path: '/pages/historicalInspection/historicalInspection', + name: 'historicalInspection', + meta: { + title: '鍘嗗彶鐐规', + }, + }, + + { path: '/pages/checkList/checkListDetils/checkListDetils', name: 'checkListDetils', meta: { @@ -195,6 +201,13 @@ name: 'baoZhou', meta: { title: '鍛ㄤ繚', + }, + }, + { + path: '/pages/historicalMaintenance/historicalMaintenance', + name: 'historicalMaintenance', + meta: { + title: '鍘嗗彶淇濆吇', }, }, { @@ -223,6 +236,13 @@ name: 'maintenanceReport', meta: { title: '缁翠慨', + }, + }, + { + path: '/pages/historicalRepair/historicalRepair', + name: 'historicalRepair', + meta: { + title: '鍘嗗彶缁翠慨', }, }, { @@ -298,7 +318,7 @@ meta: { title: 'helloWorld', }, - }, + } ] -- Gitblit v1.9.3