魏超 5 年前
父节点
当前提交
7233ae5530
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/services/apis.js

+ 2
- 2
src/services/apis.js 查看文件

@@ -133,9 +133,9 @@ export default {
133 133
         action: 'admin.taNews.id.delete',
134 134
     },
135 135
     cancel: {
136
-        method: 'GET',
136
+        method: 'PUT',
137 137
         url: `${prefix}/taNews/:id`,
138
-        action: 'admin.taNews.id.get',
138
+        action: 'admin.taNews.id.put',
139 139
     },
140 140
     get: {
141 141
         method: 'GET',