From a6f4edd102b4b2bf10f3b05dfccdb9e908de07a8 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 24 三月 2023 18:31:20 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/smartor-web --- ruoyi-ui/src/router/index.js | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index b370bdd..4e05b6d 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -161,7 +161,21 @@ meta: { title: '淇敼鐢熸垚閰嶇疆', activeMenu: '/tool/gen' } } ] - } + }/*, + { + path: '/smartor/archive', + component: Layout, + hidden: true, + permissions: ['archive:role:edit'], + children: [ + { + path: 'maint', + component: () => import('@/views/smartor/archive/maint'), + name: 'ArchiveMaint', + meta: { title: '鎮h�呯淮鎶�', activeMenu: '/archive/add' } + } + ] + }*/ ] // 闃叉杩炵画鐐瑰嚮澶氭璺敱鎶ラ敊 -- Gitblit v1.9.3