From 2e0110788cc8563381d4d8050b559d8f4448c6bf Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 18 Aug 2022 20:38:55 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
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