From 20e7bce4b0c485698ce0f6e59f9e074e455476a5 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 22 May 2025 17:11:41 +0800
Subject: [PATCH] 修改导出
---
src/api/analyse/plan/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/analyse/plan/index.ts b/src/api/analyse/plan/index.ts
index ebfbbc2..36d8a1d 100644
--- a/src/api/analyse/plan/index.ts
+++ b/src/api/analyse/plan/index.ts
@@ -76,7 +76,7 @@
reSendJob: (params: object)=>{
return request({
- url: import.meta.env.VITE_API_URL + '/risk/update/appoint',
+ url: import.meta.env.VITE_API_URL + '/risk/update/appointNew',
method: 'post',
data: params
});
--
Gitblit v1.9.2