瀏覽代碼

Removed post method on login page

master
LeneS 5 年之前
父節點
當前提交
7d173798af
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/components/user/loginPage.vue

+ 2
- 1
src/components/user/loginPage.vue 查看文件

42
       </div>
42
       </div>
43
     </form>
43
     </form>
44
 
44
 
45
-    <form id="forgot" method="post">
45
+    <form id="forgot">
46
       <div class="form">
46
       <div class="form">
47
         <h5>Trouble signing in?</h5>
47
         <h5>Trouble signing in?</h5>
48
         <div>
48
         <div>
91
           password: this.password,
91
           password: this.password,
92
         })
92
         })
93
         .then(response => console.log(response.data));
93
         .then(response => console.log(response.data));
94
+      this.$router.push('/about/us');
94
     },
95
     },
95
     togglePassword() {
96
     togglePassword() {
96
       this.showPassword = true;
97
       this.showPassword = true;

Loading…
取消
儲存