|
@@ -83,10 +83,10 @@ export default {
|
|
|
if (this.isLogin) {
|
|
if (this.isLogin) {
|
|
|
return resolveUrl(
|
|
return resolveUrl(
|
|
|
this.$baseUrl,
|
|
this.$baseUrl,
|
|
|
- this.pageUrl + '?id=' + this.info.id + '&userId=' + this.$store.state.userInfo.id
|
|
|
|
|
|
|
+ '9th/' + this.pageUrl + '?id=' + this.info.id + '&userId=' + this.$store.state.userInfo.id
|
|
|
);
|
|
);
|
|
|
} else {
|
|
} else {
|
|
|
- return resolveUrl(this.$baseUrl, this.pageUrl + '?id=' + this.info.id);
|
|
|
|
|
|
|
+ return resolveUrl(this.$baseUrl, '9th/' + this.pageUrl + '?id=' + this.info.id);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
banners() {
|
|
banners() {
|