tremble vor 3 Jahren
Ursprung
Commit
a75ec38c63
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -332,7 +332,7 @@ export function checkLogin() {
  */
  export function checkPassword(data, ok, no) {
     data.workId = number()
-    return http.post(`${URL_FILL}/web/common/checkPwd`, data, ok, no)
+    return http.postJson(`${URL_FILL}/web/common/checkPwd`, data, ok, no)
 }