From 86ad2f86c139b6829167ce03bb3b4b093d3bc44b Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sat, 7 Oct 2023 16:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 84084be..6f749c4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -56,16 +56,16 @@ export const constantRoutes = [{ // component: () => import('@/views/inventorys/index'), // hidden: true // }, - { - path: '/inventorys/stocks', - component: () => import('@/views/inventorys/stocks'), - hidden: true - }, - { - path: '/inventorys/outbounds', - component: () => import('@/views/inventorys/outbounds'), - hidden: true - }, + // { + // path: '/inventorys/stocks', + // component: () => import('@/views/inventorys/stocks'), + // hidden: true + // }, + // { + // path: '/inventorys/outbounds', + // component: () => import('@/views/inventorys/outbounds'), + // hidden: true + // }, { path: '/info', component: Layout,