Browse Source

提交订单

zhengjinyi 4 năm trước cách đây
mục cha
commit
13150088c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';
                     }
                 }
             });