tremble 3 년 전
부모
커밋
a75ec38c63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 }