|
@@ -57,7 +57,7 @@
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
var host = window.location.href.split("#")[0];
|
|
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
|
|
this.qrCodeUrl = host + '#/?promote_id=' + this.person_data.id
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|