From b6e4f84570a93f7a76cf89406905dacad5436c62 Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Sat, 9 Aug 2025 09:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/layout/components/notice/index.vue | 1 - src/views/materials/repertoryDetails/index.vue | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index fe20df3..8aa5e08 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.159:8898' +VITE_APP_BASE_API = 'http://192.168.110.119:8898' # 无人机接口地址 diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index e43b2b8..12e8289 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -19,7 +19,6 @@ -
前往gitee
diff --git a/src/views/materials/repertoryDetails/index.vue b/src/views/materials/repertoryDetails/index.vue index 09f0876..4d7d555 100644 --- a/src/views/materials/repertoryDetails/index.vue +++ b/src/views/materials/repertoryDetails/index.vue @@ -142,7 +142,7 @@ const resetQuery = () => { /** 修改按钮操作 */ const handleUpdate = async (row?: RepertoryVO) => { - proxy?.$tab.openPage('/materials-management/repertoryDetail', '物资清单详情', { + proxy?.$tab.openPage('/materials/repertoryDetail', '物资清单详情', { id: row.id }); };