From bc5d103d58d3c421ae5f95d7cfa71a125e2414fc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 08 八月 2023 17:43:56 +0800
Subject: [PATCH] 1.编码规则完成30%

---
 src/router/index.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 2750c21..a324776 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -238,6 +238,24 @@
       }
 
     ]
+  },
+  {
+    path: '/systemSetting',
+    component: Layout,
+    redirect: '/systemSetting/encodingRules',
+    name: '绯荤粺璁剧疆',
+    code: '1005',
+    meta: { code: '1005', title: '绯荤粺璁剧疆', icon: 'xtsz' },
+    alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+    children: [
+      {
+        path: 'reportList',
+        name: 'reportListCancel',
+        code: '1050',
+        component: () => import('@/views/systemSetting/encodingRules'),
+        meta: { code: '1050', title: '缂栫爜瑙勫垯', icon: '', keepAlive: true }
+      }
+    ]
   }
 ]
 

--
Gitblit v1.9.3