From d9bb98ca91dc00e852ce2a8477c3e4957afa7183 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 18 Aug 2022 19:16:14 +0800
Subject: [PATCH] shenpiguize
---
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