Browse Source

Merge remote-tracking branch 'origin/master'

master
Bruce Lywood 5 years ago
parent
commit
67386695a7

+ 2
- 2
src/components/shared/footerSection.vue View File

17
                   <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
17
                   <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
18
                   <span class="color-text-a"></span> +27 (0)12 492 1238
18
                   <span class="color-text-a"></span> +27 (0)12 492 1238
19
                 </li>
19
                 </li>
20
-                <li class="color-a">
20
+                <!-- <li class="color-a">
21
                   <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
21
                   <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
22
                   <span class="color-text-a"></span> info@univateproperties.co.za
22
                   <span class="color-text-a"></span> info@univateproperties.co.za
23
-                </li>
23
+                </li> -->
24
               </ul>
24
               </ul>
25
             </div>
25
             </div>
26
           </div>
26
           </div>

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

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

Loading…
Cancel
Save