panhui před 4 roky
rodič
revize
1725f97868
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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() {