Browse Source

分享审核

bding 1 year ago
parent
commit
39ea290952
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reportPages/researchTheme/researchTheme.vue

+ 1 - 1
reportPages/researchTheme/researchTheme.vue

@@ -176,7 +176,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: "研选主题",
-      path: "/reportPages/authorPages/authorPages?id=" + this.authorId + "&source=" + this.sourceShare + "&pageRouter=" + this.pageRouterShare,
+      path: "/reportPages/researchTheme/researchTheme?id=" + this.themeId + "&source=" + this.sourceShare + "&pageRouter=" + this.pageRouterShare,
     };
   },
 };