From 50d1a761497587ab3656ab49a9a4315bd90cfc6c Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Mon, 17 Aug 2026 16:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 14 +++++++------- vite.config.ts | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b732d77..76f2ba3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -215,13 +215,13 @@ const routes: RouteRecordRaw[] = [ component: () => import('@/views/biz/device/board.vue'), meta: { title: '设备状态监控', icon: 'PulseOutline' } }, - // 入库 管理 - { - path: 'biz/stockIn', - name: 'BizStockIn', - component: () => import('@/views/biz/stockIn/index.vue'), - meta: { title: '入库管理', icon: 'ArchiveOutline' } - }, + // 入库管理 + // { + // path: 'biz/stockIn', + // name: 'BizStockIn', + // component: () => import('@/views/biz/stockIn/index.vue'), + // meta: { title: '入库管理', icon: 'ArchiveOutline' } + // }, // 甘特图排产 { path: 'biz/orderProject/gantt', diff --git a/vite.config.ts b/vite.config.ts index 97ae117..3dbf376 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,12 +20,12 @@ export default defineConfig({ port: 3000, proxy: { '/api': { - target:'http://192.168.12.12:8888/', + //target:'http://192.168.12.12:8888/', //target:'http://192.168.12.4:8888/', // target:'http://192.168.12.4:8888/', //target:'http://192.168.12.230:8888', //target:'http://192.168.5.230:8888', - //target:'http://192.168.5.232:8888/', + target:'http://192.168.5.232:8888/', //target:'http://localhost:8888', changeOrigin: true },