Browse Source

修改提交审核接口

lcmxs 1 year ago
parent
commit
a13f11fc42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/portal/GATHER/GATHER.js

+ 1 - 1
src/api/portal/GATHER/GATHER.js

@@ -76,7 +76,7 @@ export function approve(data) {
 // 提交审核
 export function report(data) {
   return request({
-    url: '/gather/report/',
+    url: '/gather/approve',
     method: 'post',
     data: data
   })