소스 검색

提交订单

zhengjinyi 4 년 전
부모
커밋
13150088c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/js/account/login.js

+ 1 - 1
src/main/resources/static/js/account/login.js

@@ -102,7 +102,7 @@ var loginPage = new Vue({
                             window.location.href = '/index.html';
                         }
                     }else if(response.code == -4){
-                        window.location.href = 'binding.html';
+                        window.location.href = '/bind.html';
                     }
                 }
             });