傅行帆 5 years ago
parent
commit
b178a24973
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/services/apis.js

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

@@ -5,10 +5,12 @@ export default {
5 5
     uploadForAnt: {
6 6
       url: `${prefix}/antd/image`,
7 7
       method: 'POST',
8
+      action: 'upload',
8 9
     },
9 10
     upload: {
10 11
       url: `${prefix}/image`,
11 12
       method: 'POST',
13
+      action: 'upload',
12 14
     },
13 15
   },
14 16
   user: {