소스 검색

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…
취소
저장