From aa6de50a788f28f14643fd15dab42bb4db0bd5cf Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Thu, 21 Aug 2025 00:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/api/patch/index.ts | 2 +- src/views/progress/progressCategory/index.vue | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 89cd31f..8849f99 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.210:8899' +VITE_APP_BASE_API = 'http://192.168.110.213:8899' # 无人机接口地址 diff --git a/src/api/patch/index.ts b/src/api/patch/index.ts index d8ad3e9..1c91045 100644 --- a/src/api/patch/index.ts +++ b/src/api/patch/index.ts @@ -94,7 +94,7 @@ export const editProgress = (data) => { // 删除进度 export const deleteProgress = (id) => { return request({ - url: `/removeProgress/{id}`, + url: `/patch/removeProgress/${id}`, method: 'delete' }); }; diff --git a/src/views/progress/progressCategory/index.vue b/src/views/progress/progressCategory/index.vue index 54b6d72..8537361 100644 --- a/src/views/progress/progressCategory/index.vue +++ b/src/views/progress/progressCategory/index.vue @@ -98,7 +98,7 @@ check-strictly /> - + @@ -115,12 +115,12 @@ - + - +