From ba9d970c2c52185e54217cbb736d879c2493ed9b Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期四, 18 八月 2022 20:37:44 +0800 Subject: [PATCH] Default Changelist --- 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