From 29e4ddef006b07debe8b61c7ecf320e3819020b9 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 27 五月 2024 13:20:31 +0800
Subject: [PATCH] 1.登录页新增:记住密码功能
---
src/router/index.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b9690ec..1e58a22 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -546,6 +546,13 @@
code: '0706',
component: () => import('@/views/statistic/repairDetailList'),
meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+ },,
+ {
+ path: 'installationLampList',
+ name: 'installationLampListCancel',
+ code: '0707',
+ component: () => import('@/views/statistic/installationLampList'),
+ meta: { code: '0707', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
}
]
--
Gitblit v1.9.3