JannekeDL 5年前
コミット
533b602c7f
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components/user/registerAgencySection.vue

+ 1
- 1
src/components/user/registerAgencySection.vue ファイルの表示

@@ -254,7 +254,7 @@ export default {
254 254
     },
255 255
     SubmitData() {
256 256
       this.saveAgency(this.registerAgency);
257
-      this.$router.push('/registerAgency/');
257
+      this.$router.push('/user/login');
258 258
     },
259 259
     Close() {
260 260
       this.$router.push('/registerAgency/');

読み込み中…
キャンセル
保存