From 2e299b58e2cdb9e39a8fc5ff095ccfd64df0b348 Mon Sep 17 00:00:00 2001
From: LiuHao <liuhaoai545@gmail.com>
Date: 星期二, 16 四月 2024 17:41:30 +0800
Subject: [PATCH] update 增加预编译

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

diff --git a/src/router/index.ts b/src/router/index.ts
index 0792d8e..2343685 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -162,6 +162,20 @@
         meta: { title: '淇敼鐢熸垚閰嶇疆', activeMenu: '/tool/gen', icon: '' }
       }
     ]
+  },
+  {
+    path: '/demo/leaveEdit',
+    component: Layout,
+    hidden: true,
+    permissions: ['demo:leave:edit'],
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/workflow/leave/leaveEdit.vue'),
+        name: 'leaveEdit',
+        meta: { title: '璇峰亣鐢宠', activeMenu: '/demo/leave', noCache: true }
+      }
+    ]
   }
 ];
 

--
Gitblit v1.9.3