魏超 hace 5 años
padre
commit
7233ae5530
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/services/apis.js

+ 2
- 2
src/services/apis.js Ver fichero

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