From 5c19f7f0b38b27f99afb825de415c3035f50334e Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 25 十一月 2024 14:33:55 +0800
Subject: [PATCH] 1
---
src/config/route.js | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 56 insertions(+), 1 deletions(-)
diff --git a/src/config/route.js b/src/config/route.js
index a25a9dc..d7e157d 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -2,7 +2,7 @@
* @Author: lzhe lzhe@example.com
* @Date: 2024-05-24 11:25:26
* @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-05-29 16:16:57
+ * @LastEditTime: 2024-10-09 09:58:40
* @FilePath: /src/config/route.js
* @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
@@ -77,6 +77,61 @@
type: 'menu',
hidden: true
}
+ },
+ {
+ name: "娑堟伅涓績",
+ path: "/notification/notice/newsmail",
+ component: "notification/notice/newsmail",
+ meta: {
+ icon: "el-icon-menu",
+ title: "娑堟伅涓績",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "浠诲姟璋冨害",
+ path: "/myiframe/urlPath",
+ component: "myiframe/urlPath",
+ meta: {
+ icon: "el-icon-menu",
+ title: "浠诲姟璋冨害",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "璐﹀彿淇℃伅",
+ path: "/userCenter/edituser",
+ component: "userCenter/edituser",
+ meta: {
+ icon: "el-icon-menu",
+ title: "璐﹀彿淇℃伅",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "宸ユ椂缁熻璇︽儏",
+ path: "/mdc/first-workpiece-detail",
+ component: "mdc/first-workpiece-detail",
+ meta: {
+ icon: "el-icon-menu",
+ title: "宸ユ椂缁熻璇︽儏",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "宸ユ椂缁熻杩囩▼",
+ path: "/mdc/first-workpiece-process",
+ component: "mdc/first-workpiece-process",
+ meta: {
+ icon: "el-icon-menu",
+ title: "杩囩▼鍒嗘瀽",
+ type: 'menu',
+ hidden: true
+ }
}
]
--
Gitblit v1.9.3