From 65b3224b8e063c9f28b02068b3e88f8959642416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Fri, 3 Nov 2023 09:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=9B=98=E7=82=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=8F=AA=E8=B5=B0=E9=9A=8F=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 53 +++++++++++++++++++++++---------------------- vue.config.js | 3 ++- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2948395..26b6ad6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -67,32 +67,33 @@ const routes = [{ }, component: () => import('@/views/alarmVideos/alarmLog') }, - { - path: 'checkManage', - name: 'checkManage', - meta: { - icon: 'form', - name: '盘点管理', - }, - component: () => import('@/views/checkManage/index'), - }, - { - path: 'checkOperation', - name: 'checkOperation', - meta: { - name: '盘点操作' - }, - component: () => import('@/views/checkManage/checkOperation'), - }, - { - path: 'checkHistory', - name: 'checkHistory', - meta: { - icon: 'tag', - name: '盘点历史', - }, - component: () => import('@/views/historyCheck/index'), - }, + // }, + // { + // path: 'checkManage', + // name: 'checkManage', + // meta: { + // icon: 'form', + // name: '盘点管理', + // }, + // component: () => import('@/views/checkManage/index'), + // }, + // { + // path: 'checkOperation', + // name: 'checkOperation', + // meta: { + // name: '盘点操作' + // }, + // component: () => import('@/views/checkManage/checkOperation'), + // }, + // { + // path: 'checkHistory', + // name: 'checkHistory', + // meta: { + // icon: 'tag', + // name: '盘点历史', + // }, + // component: () => import('@/views/historyCheck/index'), + // }, // { // path: 'stockHistory', // name: 'stockHistory', diff --git a/vue.config.js b/vue.config.js index 34f1c5d..811a2cd 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,9 +46,10 @@ module.exports = { } }, '/api': { - target: 'http://192.168.77.91:8099', + //target: 'http://192.168.77.91:8099', // target: 'http://115.236.65.98:13001/monitor', // target: 'http://127.0.0.1:9007', + target: 'http://127.0.0.1:8099', logLevel:'debug', //控制台终端打印代理前的真实地址 },