From c4d2ac5d9a43a69287f0d8525b1ecfb1e2014b28 Mon Sep 17 00:00:00 2001 From: yiming Date: Thu, 17 Nov 2022 15:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=9B=98=E7=82=B9=E5=8E=86?= =?UTF-8?q?=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 76b377a..391e2aa 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -102,15 +102,15 @@ const routes = [{ }, component: () => import('@/views/checkManage/checkOperation'), }, - { - path: 'checkHistory', - name: 'checkHistory', - meta: { - icon: 'tag', - name: '盘点历史', - }, - component: () => import('@/views/historyCheck/index'), - }, + // { + // path: 'checkHistory', + // name: 'checkHistory', + // meta: { + // icon: 'tag', + // name: '盘点历史', + // }, + // component: () => import('@/views/historyCheck/index'), + // }, // { // path: 'stockHistory', // name: 'stockHistory',