瀏覽代碼

After Register it redirects you to the login page

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

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

@@ -203,7 +203,7 @@ export default {
203 203
     SubmitData() {
204 204
       this.saveIndividual(this.registerIndividual);
205 205
 
206
-      this.$router.push('/registerIndividual/');
206
+      this.$router.push('/user/login');
207 207
     },
208 208
     Close() {
209 209
       this.$router.push('/registerIndividual/');

Loading…
取消
儲存