Browse Source

提交订单

zhengjinyi 4 years ago
parent
commit
13150088c0
1 changed files with 1 additions and 1 deletions
  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';
                     }
                 }
             });