From 4a243f178fc194c37e515ff625466b85eda12eb1 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 18 Aug 2022 20:38:47 +0800
Subject: [PATCH] 小错误
---
src/api/specialWorkSystem/approveRule/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/specialWorkSystem/approveRule/index.ts b/src/api/specialWorkSystem/approveRule/index.ts
index a87d2cd..f881c8c 100644
--- a/src/api/specialWorkSystem/approveRule/index.ts
+++ b/src/api/specialWorkSystem/approveRule/index.ts
@@ -21,7 +21,7 @@
// v1
modApproveRule: (data: object) => {
return request({
- url: import.meta.env.VITE_API_URL + `/work/ruleItemStand/update`,
+ url: import.meta.env.VITE_API_URL + `/rule/update`,
method: 'post',
data: data
});
--
Gitblit v1.9.2