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

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

@@ -117,7 +117,7 @@ export default {
117 117
     getList: {
118 118
       method: 'GET',
119 119
       url: `${prefix}/taNews`,
120
-      action: '/api/admin/taNews'
120
+      action: 'admin.taNews.get',
121 121
     },
122 122
   },
123 123
   customer: {