瀏覽代碼

提交订单

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';
                     }
                 }
             });