JannekeDL 5 years ago
parent
commit
533b602c7f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/user/registerAgencySection.vue

+ 1
- 1
src/components/user/registerAgencySection.vue View File

@@ -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/');

Loading…
Cancel
Save