From 4bb7defa0409584f5f60bc8b582123a3bdd6690c Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期日, 16 六月 2024 00:11:27 +0800
Subject: [PATCH] 1
---
src/config/route.js | 67 +++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 1 deletions(-)
diff --git a/src/config/route.js b/src/config/route.js
index 8084d85..83bc1d1 100644
--- a/src/config/route.js
+++ b/src/config/route.js
@@ -1,3 +1,11 @@
+/*
+ * @Author: lzhe lzhe@example.com
+ * @Date: 2024-05-24 11:25:26
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-05-29 16:16:57
+ * @FilePath: /src/config/route.js
+ * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
// 闈欐�佽矾鐢遍厤缃�
// 涔﹀啓鏍煎紡涓庡姩鎬佽矾鐢辨牸寮忎竴鑷达紝鍏ㄩ儴缁忕敱妗嗘灦缁熶竴杞崲
// 姣旇緝鍔ㄦ�佽矾鐢卞湪meta涓鍔犲叆浜唕ole瑙掕壊鏉冮檺锛屼负鏁扮粍绫诲瀷銆備竴涓彍鍗曟槸鍚︽湁鏉冮檺鏄剧ず锛屽彇鍐充簬瀹冧互鍙婂悗浠h彍鍗曟槸鍚︽湁鏉冮檺銆�
@@ -25,7 +33,64 @@
// }]
// }
// ]
+const routes = [
+ {
+ name: "瀛楁璁剧疆",
+ path: "/configuration/custom/setField",
+ component: "configuration/custom/setField",
+ meta: {
+ icon: "el-icon-menu",
+ title: "瀛楁璁剧疆",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "璁″垝璁剧疆",
+ path: "/configuration/custom/planSettings",
+ component: "configuration/custom/planSettings",
+ meta: {
+ icon: "el-icon-menu",
+ title: "璁″垝璁剧疆",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "鏂板缓宸ヨ壓璺嚎",
+ path: "/console/product-process/process-route/add-craft",
+ component: "console/product-process/process-route/add-craft",
+ meta: {
+ icon: "el-icon-menu",
+ title: "鏂板缓宸ヨ壓璺嚎",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "鏂板缓宸ヨ壓璺嚎鐗堟湰",
+ path: "/console/product-process/process-route/add-craft-version",
+ component: "console/product-process/process-route/add-craft-version",
+ meta: {
+ icon: "el-icon-menu",
+ title: "鏂板缓宸ヨ壓璺嚎鐗堟湰",
+ type: 'menu',
+ hidden: true
+ }
+ },
+ {
+ name: "娑堟伅涓績",
+ path: "/notification/notice/newsmail",
+ component: "notification/notice/newsmail",
+ meta: {
+ icon: "el-icon-menu",
+ title: "娑堟伅涓績",
+ type: 'menu',
+ hidden: true
+ }
+ }
+]
-const routes = []
+//const routes = []
export default routes;
--
Gitblit v1.9.3