panhui 4 лет назад
Родитель
Сommit
1725f97868
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/nine-space/src/components/Post.vue

+ 2 - 2
src/main/nine-space/src/components/Post.vue

@@ -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() {