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 }); };