浏览代码

After Register it redirects you to the login page

master
LeneS 6 年前
父节点
当前提交
319f3f8a4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/user/registerPage.vue

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

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

正在加载...
取消
保存