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';
                             window.location.href = '/index.html';
                         }
                         }
                     }else if(response.code == -4){
                     }else if(response.code == -4){
-                        window.location.href = 'binding.html';
+                        window.location.href = '/bind.html';
                     }
                     }
                 }
                 }
             });
             });