Browse Source

静态页面

xcx 4 years ago
parent
commit
b4d3a0117a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/Api.js

+ 1
- 1
src/util/Api.js View File

@@ -3,7 +3,7 @@ const prefix = '/api'
3 3
 
4 4
 const $api = {
5 5
   EditPassword: { // 修改密码
6
-    method: 'post',
6
+    method: 'put',
7 7
     url: `${prefix}/app/resetpassword`
8 8
   },
9 9
   GetCurrentUserInfo: { // 获取当前用户信息