@@ -57,7 +57,7 @@
},
created() {
var host = window.location.href.split("#")[0];
- host = host.replace('/business', '');
+ host = host.replace('business', 'home');
this.qrCodeUrl = host + '#/?promote_id=' + this.person_data.id
methods: {
- host = host.replace('/pension', '');
+ host = host.replace('pension', 'home');