From 6760e250df92639e2e8b1eefbd449c81b037df77 Mon Sep 17 00:00:00 2001 From: QuShuailong Date: Wed, 12 Apr 2023 00:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=81=E5=93=81=E8=A7=84=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=92=8C=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 79362cf..2948395 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -93,15 +93,15 @@ const routes = [{ }, component: () => import('@/views/historyCheck/index'), }, - { - path: 'stockHistory', - name: 'stockHistory', - meta: { - icon: 'file-excel', - name: '库位历史', - }, - component: () => import('@/views/stockLog/index'), - }, + // { + // path: 'stockHistory', + // name: 'stockHistory', + // meta: { + // icon: 'file-excel', + // name: '库位历史', + // }, + // component: () => import('@/views/stockLog/index'), + // }, { path: 'stockLogDetail', name: 'stockLogDetail', @@ -136,24 +136,24 @@ const routes = [{ }, component: () => import('@/views/cameraManage/model') }, - { - path: 'productSpecManage', - name: 'productSpecManage', - meta: { - icon: 'pushpin', - name: '品规管理' - }, - component: () => import('@/views/productSpecManage/index') - }, - { - path: 'repertoryManage', - name: 'repertoryManage', - meta: { - icon: 'wallet', - name: '库存管理' - }, - component: () => import('@/views/repertoryManage/index') - }, + // { + // path: 'productSpecManage', + // name: 'productSpecManage', + // meta: { + // icon: 'pushpin', + // name: '品规管理' + // }, + // component: () => import('@/views/productSpecManage/index') + // }, + // { + // path: 'repertoryManage', + // name: 'repertoryManage', + // meta: { + // icon: 'wallet', + // name: '库存管理' + // }, + // component: () => import('@/views/repertoryManage/index') + // }, { path: 'cameraManage/ioTable',