魏超 5 years ago
parent
commit
7233ae5530
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/services/apis.js

+ 2
- 2
src/services/apis.js View File

@@ -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',