db %!s(int64=2) %!d(string=hai) anos
pai
achega
656c3920c6
Modificáronse 58 ficheiros con 129 adicións e 129 borrados
  1. 0 0
      activityPages/accountsOfficial/accountsOfficial.vue
  2. 6 6
      activityPages/activityDetail/activityDetail.vue
  3. 1 1
      activityPages/activityDetail/jurisdiction/components.vue
  4. 1 1
      activityPages/activityDetail/manageMixin.js
  5. 1 1
      activityPages/editOutbound/editOutbound.vue
  6. 0 0
      activityPages/generationAsk/generationAsk.vue
  7. 0 0
      activityPages/networkAttend/networkAttend.vue
  8. 3 3
      activityPages/playBack/playBack.vue
  9. 2 2
      activityPages/specialDetail/specialDetail.vue
  10. 2 2
      activityPages/specialResearchPage/specialResearchPage.vue
  11. 3 3
      activityPages/themeActivity/themeActivity.vue
  12. 2 2
      components/activity/indexActivity.js
  13. 1 1
      components/freeCharge.vue
  14. 4 4
      components/modalDialog.vue
  15. 1 1
      components/suspen_button.vue
  16. 0 0
      pageMy/advice/advice.vue
  17. 0 0
      pageMy/agreement/agreement.vue
  18. 1 1
      pageMy/applyInterview/applyInterview.vue
  19. 0 0
      pageMy/applyResult/applyResult.vue
  20. 1 1
      pageMy/applyTrial/applyTrial.vue
  21. 1 1
      pageMy/authGuide/authGuide.vue
  22. 3 3
      pageMy/browseHistory/browseHistory.vue
  23. 1 1
      pageMy/chartPage/chartPage.vue
  24. 0 0
      pageMy/downloadFile/downloadFile.vue
  25. 1 1
      pageMy/excessivePages/excessivePages.vue
  26. 1 1
      pageMy/freeTrial/freeTrial.vue
  27. 1 1
      pageMy/launchScreen/launchScreen.vue
  28. 2 2
      pageMy/login/login.vue
  29. 3 3
      pageMy/myCollection/myCollection.vue
  30. 0 0
      pageMy/mySchedulepage/mySchedulepage.vue
  31. 4 4
      pageMy/reportDetail/reportDetail.vue
  32. 5 5
      pageMy/reportPage/reportPage.vue
  33. 1 1
      pageMy/transitionPages/transitionPages.vue
  34. 5 5
      pages-search/components/report.vue
  35. 2 2
      pages-search/components/summaryChart.vue
  36. 3 3
      pages.json
  37. 5 5
      pages/activity/activity.vue
  38. 3 3
      pages/index/index.vue
  39. 11 11
      pages/my/my.vue
  40. 5 5
      pages/purchaser/purchaser.vue
  41. 1 1
      pages/reportForm/components/strategy.vue
  42. 7 7
      pages/reportForm/reportForm.vue
  43. 3 3
      reportPages/IndustryReport/IndustryReport.vue
  44. 3 3
      reportPages/authorPages/authorPages.vue
  45. 0 0
      reportPages/components/statement.vue
  46. 4 4
      reportPages/hotList/hotList.vue
  47. 0 0
      reportPages/index.scss
  48. 2 2
      reportPages/industrialReport/industrialReport.vue
  49. 0 0
      reportPages/jurisdiction.scss
  50. 2 2
      reportPages/myAskPage/myAskPage.vue
  51. 2 2
      reportPages/recentPages/recentPages.vue
  52. 2 2
      reportPages/reportSecretDetail/components/reportChoiceness.vue
  53. 4 4
      reportPages/reportSecretDetail/components/researchSummary.vue
  54. 3 3
      reportPages/reportSecretDetail/reportSecretDetail.vue
  55. 3 3
      reportPages/researchTheme/researchTheme.vue
  56. 3 3
      reportPages/roadEssence/roadEssence.vue
  57. 2 2
      reportPages/secretDetails/secretDetails.vue
  58. 2 2
      store/index.js

+ 0 - 0
pages-activity/accountsOfficial/accountsOfficial.vue → activityPages/accountsOfficial/accountsOfficial.vue


+ 6 - 6
pages-activity/activityDetail/activityDetail.vue → activityPages/activityDetail/activityDetail.vue

@@ -408,7 +408,7 @@ export default {
     networkBtn() {
       if (this.detailData.OnlineParticipation.includes("http")) {
         uni.navigateTo({
-          url: "/pages-activity/networkAttend/networkAttend?url=" + this.detailData.OnlineParticipation,
+          url: "/activityPages/networkAttend/networkAttend?url=" + this.detailData.OnlineParticipation,
         });
       } else {
         uni.navigateToMiniProgram({
@@ -422,12 +422,12 @@ export default {
     },
     goDetail(id) {
       uni.navigateTo({
-        url: "/pages-my/reportDetail/reportDetail?id=" + id,
+        url: "/pageMy/reportDetail/reportDetail?id=" + id,
       });
     },
     askingGo(type = "") {
       uni.navigateTo({
-        url: "/pages-activity/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
+        url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
       });
     },
     meetingReminderAdd() {
@@ -515,10 +515,10 @@ export default {
       if (!item.IsJump) return;
       if (item.IsResearch) {
         //严选
-        this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
       } else {
         //非严选
-        this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
       }
     },
     //音频点击暂停播放
@@ -595,7 +595,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "活动详情",
-      path: "/pages-activity/activityDetail/activityDetail?id=" + this.id,
+      path: "/activityPages/activityDetail/activityDetail?id=" + this.id,
       success: (res) => {},
       fail: (err) => {},
     };

+ 1 - 1
pages-activity/activityDetail/jurisdiction/components.vue → activityPages/activityDetail/jurisdiction/components.vue

@@ -70,7 +70,7 @@ export default {
       /* 区分是否是潜在用户 */
       this.haveAuth === 3
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial?tryType=Activity&detailId=" + this.idAct,
+            url: "/pageMy/applyTrial/applyTrial?tryType=Activity&detailId=" + this.idAct,
           })
         : this.haveAuth === 5
         ? this.sellerApplyAuth()

+ 1 - 1
pages-activity/activityDetail/manageMixin.js → activityPages/activityDetail/manageMixin.js

@@ -164,7 +164,7 @@ export default {
     //提问
     askingGo(type = "") {
       uni.navigateTo({
-        url: "/pages-activity/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
+        url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
       });
     },
   },

+ 1 - 1
pages-activity/editOutbound/editOutbound.vue → activityPages/editOutbound/editOutbound.vue

@@ -156,7 +156,7 @@ export default {
     //去关注公众号
     goFollowShowBtn() {
       uni.redirectTo({
-        url: "/pages-activity/accountsOfficial/accountsOfficial",
+        url: "/activityPages/accountsOfficial/accountsOfficial",
       });
     },
     //弹框的取消

+ 0 - 0
pages-activity/generationAsk/generationAsk.vue → activityPages/generationAsk/generationAsk.vue


+ 0 - 0
pages-activity/networkAttend/networkAttend.vue → activityPages/networkAttend/networkAttend.vue


+ 3 - 3
pages-activity/playBack/playBack.vue → activityPages/playBack/playBack.vue

@@ -157,7 +157,7 @@ export default {
       } else {
         //已授权未绑定
         uni.navigateTo({
-          url: "/pages-my/login/login",
+          url: "/pageMy/login/login",
         });
       }
     },
@@ -176,7 +176,7 @@ export default {
     },
     //去往详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-activity/activityDetail/activityDetail?id=" + item.ActivityId);
+      this.$store.dispatch("checkHandle", "/activityPages/activityDetail/activityDetail?id=" + item.ActivityId);
     },
     //下拉选择的确定事件
     replacementConfirm() {
@@ -281,7 +281,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "活动回放",
-      path: "/pages-activity/playBack/playBack",
+      path: "/activityPages/playBack/playBack",
       success: (res) => {},
       fail: (err) => {},
     };

+ 2 - 2
pages-activity/specialDetail/specialDetail.vue → activityPages/specialDetail/specialDetail.vue

@@ -166,7 +166,7 @@ export default {
       let pages = getCurrentPages();
       let prevPage = pages[pages.length - 2];
       let path = prevPage.$page.fullPath;
-      if (path == "/pages-activity/specialResearchPage/specialResearchPage") {
+      if (path == "/activityPages/specialResearchPage/specialResearchPage") {
         const index = prevPage.$vm.collectList.findIndex((item) => item.ActivityId == this.id);
         prevPage.$vm.collectList[index].IsSignup = this.detailData.IsSignup;
       }
@@ -218,7 +218,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费试用月卡!" : "活动详情",
-      path: "/pages-activity/specialDetail/specialDetail?id=" + this.id,
+      path: "/activityPages/specialDetail/specialDetail?id=" + this.id,
       success: (res) => {},
       fail: (err) => {},
     };

+ 2 - 2
pages-activity/specialResearchPage/specialResearchPage.vue → activityPages/specialResearchPage/specialResearchPage.vue

@@ -112,7 +112,7 @@ export default {
     },
     //去往详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-activity/specialDetail/specialDetail?id=" + item.ActivityId);
+      this.$store.dispatch("checkHandle", "/activityPages/specialDetail/specialDetail?id=" + item.ActivityId);
     },
     //感兴趣
     async interest(item) {
@@ -195,7 +195,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费试用月卡!" : "专项产业调研",
-      path: "/pages-activity/specialResearchPage/specialResearchPage",
+      path: "/activityPages/specialResearchPage/specialResearchPage",
     };
   },
 };

+ 3 - 3
pages-activity/themeActivity/themeActivity.vue → activityPages/themeActivity/themeActivity.vue

@@ -170,10 +170,10 @@ export default {
       if (this.contentDetail.IsJump) {
         if (this.contentDetail.IsResearch) {
           //严选
-          this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + this.contentDetail.IndustrialManagementId);
+          this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + this.contentDetail.IndustrialManagementId);
         } else {
           //非严选
-          this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + this.contentDetail.IndustrialManagementId);
+          this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + this.contentDetail.IndustrialManagementId);
         }
       }
     },
@@ -207,7 +207,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.type || this.label,
-      path: "/pages-activity/themeActivity/themeActivity?title=" + this.label + "&permissionIds=" + this.permissionIds + "&whichDay=" + this.whichDay + "&type=" + this.type,
+      path: "/activityPages/themeActivity/themeActivity?title=" + this.label + "&permissionIds=" + this.permissionIds + "&whichDay=" + this.whichDay + "&type=" + this.type,
     };
   },
 };

+ 2 - 2
components/activity/indexActivity.js

@@ -279,7 +279,7 @@ export default {
         this.jurisdictionList.ActivityId = res.Data.ActivityId;
         if (this.hasPermission == 1) {
           uni.navigateTo({
-            url: "/pages-activity/generationAsk/generationAsk?id=" + item.ActivityId + "&type=" + type,
+            url: "/activityPages/generationAsk/generationAsk?id=" + item.ActivityId + "&type=" + type,
           });
         } else if (this.hasPermission == 2) {
           this.jurisdictionList.SellerMobile = res.Data.SellerMobile;
@@ -354,7 +354,7 @@ export default {
     cancelEnsure() {},
     //去往详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-activity/activityDetail/activityDetail?id=" + item.ActivityId);
+      this.$store.dispatch("checkHandle", "/activityPages/activityDetail/activityDetail?id=" + item.ActivityId);
     },
   },
 };

+ 1 - 1
components/freeCharge.vue

@@ -23,7 +23,7 @@ export default {
     //跳转到免费送月卡页面
     toggle() {
       uni.navigateTo({
-        url: "/pages-my/freeTrial/freeTrial",
+        url: "/pageMy/freeTrial/freeTrial",
       });
     },
     //隐藏当天的按钮

+ 4 - 4
components/modalDialog.vue

@@ -295,7 +295,7 @@ export default {
       this.goFollowShow = false;
       this.$emit("cancelShowBtn", this.idTypeCancel, this.signupType, this.idTypeCancel.isNum);
       uni.navigateTo({
-        url: "/pages-activity/accountsOfficial/accountsOfficial",
+        url: "/activityPages/accountsOfficial/accountsOfficial",
       });
     },
     cancel() {
@@ -340,7 +340,7 @@ export default {
       this.$parent.applyForIsShow = false;
       if (this.hasPermission == 3) {
         uni.navigateTo({
-          url: "/pages-my/applyTrial/applyTrial?tryType=Activity&detailId=" + this.jurisdictionList.ActivityId,
+          url: "/pageMy/applyTrial/applyTrial?tryType=Activity&detailId=" + this.jurisdictionList.ActivityId,
         });
       } else if (this.hasPermission == 4) {
         this.showRelation = true;
@@ -387,7 +387,7 @@ export default {
       this.$emit("cancelShowBtn", this.idTypeCancel, this.signupType, this.idTypeCancel.isNum);
       uni.navigateTo({
         url:
-          "/pages-activity/editOutbound/editOutbound?title=修改外呼号码&identification=修改&goOnNextStep=" +
+          "/activityPages/editOutbound/editOutbound?title=修改外呼号码&identification=修改&goOnNextStep=" +
           this.goOnNextStep +
           "&id=" +
           this.idTypeCancel.cutId +
@@ -402,7 +402,7 @@ export default {
       this.mailboxBindingDlg = false;
       this.$parent.signupType = "";
       uni.navigateTo({
-        url: "/pages-activity/editOutbound/editOutbound?title=设置外呼号码&identification=邮箱&goOnNextStep=" + this.goOnNextStep + "&id=" + this.idTypeCancel.cutId,
+        url: "/activityPages/editOutbound/editOutbound?title=设置外呼号码&identification=邮箱&goOnNextStep=" + this.goOnNextStep + "&id=" + this.idTypeCancel.cutId,
       });
     },
     cancelMailboxBindingDlg() {

+ 1 - 1
components/suspen_button.vue

@@ -35,7 +35,7 @@ export default {
     /* 绝密标签点击后的跳转 */
     goSecretDetail(type) {
       uni.navigateTo({
-        url: "/pages-report/secretDetails/secretDetails?type=" + type,
+        url: "/reportPages/secretDetails/secretDetails?type=" + type,
       });
       this.onOpen();
     },

+ 0 - 0
pages-my/advice/advice.vue → pageMy/advice/advice.vue


+ 0 - 0
pages-my/agreement/agreement.vue → pageMy/agreement/agreement.vue


+ 1 - 1
pages-my/applyInterview/applyInterview.vue → pageMy/applyInterview/applyInterview.vue

@@ -84,7 +84,7 @@ export default {
     },
     goDetail(id) {
       uni.navigateTo({
-        url: "/pages-my/reportDetail/reportDetail?id=" + id,
+        url: "/pageMy/reportDetail/reportDetail?id=" + id,
       });
     },
   },

+ 0 - 0
pages-my/applyResult/applyResult.vue → pageMy/applyResult/applyResult.vue


+ 1 - 1
pages-my/applyTrial/applyTrial.vue → pageMy/applyTrial/applyTrial.vue

@@ -89,7 +89,7 @@ export default {
         }).then((res) => {
           if (res.Ret === 200) {
             uni.redirectTo({
-              url: "/pages-my/applyResult/applyResult",
+              url: "/pageMy/applyResult/applyResult",
             });
           }
         });

+ 1 - 1
pages-my/authGuide/authGuide.vue → pageMy/authGuide/authGuide.vue

@@ -76,7 +76,7 @@ export default {
           /* 判断是否绑定过 未绑定去绑定 绑定过返回上一页面 */
           this.$store.state.isBind &&
             uni.redirectTo({
-              url: "/pages-my/login/login",
+              url: "/pageMy/login/login",
             });
           !this.$store.state.isBind &&
             uni.navigateBack({

+ 3 - 3
pages-my/browseHistory/browseHistory.vue → pageMy/browseHistory/browseHistory.vue

@@ -89,16 +89,16 @@ export default {
     },
     //去往文章详情页面
     goDetailReport(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     //去往主题详情
     themeDetails(item, val) {
       if (item.Source === 1) {
         //非严选
-        this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + val.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + val.IndustrialManagementId);
       } else {
         //严选
-        this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + val.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + val.IndustrialManagementId);
       }
     },
     //收藏

+ 1 - 1
pages-my/chartPage/chartPage.vue → pageMy/chartPage/chartPage.vue

@@ -88,7 +88,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.chartData.Title,
-      path: "/pages-my/chartPage/chartPage?id=" + this.id,
+      path: "/pageMy/chartPage/chartPage?id=" + this.id,
     };
   },
 };

+ 0 - 0
pages-my/downloadFile/downloadFile.vue → pageMy/downloadFile/downloadFile.vue


+ 1 - 1
pages-my/excessivePages/excessivePages.vue → pageMy/excessivePages/excessivePages.vue

@@ -20,7 +20,7 @@ export default {
           } else {
             //已授权未绑定
             uni.reLaunch({
-              url: "/pages-my/login/login?scene="+this.scene,
+              url: "/pageMy/login/login?scene="+this.scene,
             });
           }
       }

+ 1 - 1
pages-my/freeTrial/freeTrial.vue → pageMy/freeTrial/freeTrial.vue

@@ -56,7 +56,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: "送您一张免费月卡",
-      path: "/pages-my/excessivePages/excessivePages?scene="+this.scene,
+      path: "/pageMy/excessivePages/excessivePages?scene="+this.scene,
       imageUrl: "https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/share_month.png",
     };
   },

+ 1 - 1
pages-my/launchScreen/launchScreen.vue → pageMy/launchScreen/launchScreen.vue

@@ -22,7 +22,7 @@ export default {
     Login() {
       setTimeout(function () {
         uni.redirectTo({
-          url: "/pages-my/login/login",
+          url: "/pageMy/login/login",
         });
       }, 500);
     },

+ 2 - 2
pages-my/login/login.vue → pageMy/login/login.vue

@@ -161,7 +161,7 @@ export default {
     },
     lookArgeement() {
       uni.navigateTo({
-        url: "/pages-my/agreement/agreement",
+        url: "/pageMy/agreement/agreement",
       });
     },
     /* 绑定手机号 */
@@ -187,7 +187,7 @@ export default {
           this.$db.set("access_token", token);
           if (res.Data.IsPotential && this.scene) {
             uni.reLaunch({
-              url: "/pages-my/transitionPages/transitionPages",
+              url: "/pageMy/transitionPages/transitionPages",
             });
           } else {
             let pages = getCurrentPages();

+ 3 - 3
pages-my/myCollection/myCollection.vue → pageMy/myCollection/myCollection.vue

@@ -89,16 +89,16 @@ export default {
     },
     //去往文章详情页面
     goDetailReport(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     //去往主题详情
     themeDetails(item, val) {
       if (item.Source === 1) {
         //非严选
-        this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + val.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + val.IndustrialManagementId);
       } else {
         //严选
-        this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + val.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + val.IndustrialManagementId);
       }
     },
     //收藏

+ 0 - 0
pages-my/mySchedulepage/mySchedulepage.vue → pageMy/mySchedulepage/mySchedulepage.vue


+ 4 - 4
pages-my/reportDetail/reportDetail.vue → pageMy/reportDetail/reportDetail.vue

@@ -80,7 +80,7 @@ export default {
             //有访问权限
             if (res.Data.Detail.IsNeedJump) {
               uni.redirectTo({
-                url: "/pages-my/reportPage/reportPage?id=" + this.id,
+                url: "/pageMy/reportPage/reportPage?id=" + this.id,
               });
             }
             this.reportInfo = res.Data.Detail;
@@ -101,13 +101,13 @@ export default {
           }).then((res) => {
             if (res.Ret === 200) {
               uni.navigateTo({
-                url: "/pages-my/applyResult/applyResult",
+                url: "/pageMy/applyResult/applyResult",
               });
             }
           })
         : this.haveAuth === 4
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
+            url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
           })
         : uni.showModal({
             title: "",
@@ -251,7 +251,7 @@ export default {
     if (this.id) {
       return {
         title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.reportInfo.Title,
-        path: "/pages-my/reportDetail/reportDetail?id=" + this.id,
+        path: "/pageMy/reportDetail/reportDetail?id=" + this.id,
         success: (res) => {},
         fail: (err) => {},
       };

+ 5 - 5
pages-my/reportPage/reportPage.vue → pageMy/reportPage/reportPage.vue

@@ -142,13 +142,13 @@ export default {
           }).then((res) => {
             if (res.Ret === 200) {
               uni.navigateTo({
-                url: "/pages-my/applyResult/applyResult",
+                url: "/pageMy/applyResult/applyResult",
               });
             }
           })
         : this.haveAuth === 4
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
+            url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
           })
         : uni.showModal({
             title: "",
@@ -261,7 +261,7 @@ export default {
       });
       if (res.Ret === 200) {
         uni.navigateTo({
-          url: "/pages-my/downloadFile/downloadFile?url=" + res.Data.FileLink,
+          url: "/pageMy/downloadFile/downloadFile?url=" + res.Data.FileLink,
         });
       }
     },
@@ -271,7 +271,7 @@ export default {
     //跳转到免费送月卡页面
     toggle() {
       uni.navigateTo({
-        url: "/pages-my/freeTrial/freeTrial",
+        url: "/pageMy/freeTrial/freeTrial",
       });
     },
     //隐藏当天的按钮
@@ -315,7 +315,7 @@ export default {
     if (this.id) {
       return {
         title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.shareTitle,
-        path: "/pages-my/reportDetail/reportDetail?id=" + this.id,
+        path: "/pageMy/reportDetail/reportDetail?id=" + this.id,
         success: (res) => {},
         fail: (err) => {},
       };

+ 1 - 1
pages-my/transitionPages/transitionPages.vue → pageMy/transitionPages/transitionPages.vue

@@ -15,7 +15,7 @@ export default {
   methods: {
     applyAuth() {
       uni.navigateTo({
-        url: "/pages-my/applyTrial/applyTrial",
+        url: "/pageMy/applyTrial/applyTrial",
       });
     },
     backIndex() {

+ 5 - 5
pages-search/components/report.vue

@@ -140,22 +140,22 @@ export default {
   methods: {
     //去往文章详情页面
     goDetailReport(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     /* 进入详情 校验是否有该品种权限 */
     goDetail(item) {
       uni.navigateTo({
-        url: "/pages-report/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId,
+        url: "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId,
       });
     },
     //去往主题详情
     themeDetails(item) {
       if (item.Source === 1) {
         //非严选
-        this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
       } else {
         //严选
-        this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
+        this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
       }
     },
     //收藏
@@ -183,7 +183,7 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;

+ 2 - 2
pages-search/components/summaryChart.vue

@@ -54,10 +54,10 @@ export default {
     goDetail(item) {
       if (item.Source == 2) {
         /* 无需授权且已绑定 检验是或否有权限 */
-        this.$store.dispatch("checkHandle", "/pages-my/chartPage/chartPage?id=" + item.ChartId);
+        this.$store.dispatch("checkHandle", "/pageMy/chartPage/chartPage?id=" + item.ChartId);
       } else {
         /* 无需授权且已绑定 检验是或否有权限 */
-        this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+        this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
       }
     },
   },

+ 3 - 3
pages.json

@@ -50,7 +50,7 @@
   ],
   "subPackages": [
     {
-      "root": "pages-activity",
+      "root": "activityPages",
       "pages": [
         {
           "path": "activityDetail/activityDetail",
@@ -121,7 +121,7 @@
       ]
     },
     {
-      "root": "pages-report",
+      "root": "reportPages",
       "pages": [
         {
           "path": "industrialReport/industrialReport",
@@ -196,7 +196,7 @@
       ]
     },
     {
-      "root": "pages-my",
+      "root": "pageMy",
       "pages": [
         {
           "path": "downloadFile/downloadFile",

+ 5 - 5
pages/activity/activity.vue

@@ -243,7 +243,7 @@ export default {
       } else {
         //已授权未绑定
         uni.navigateTo({
-          url: "/pages-my/login/login",
+          url: "/pageMy/login/login",
         });
       }
     },
@@ -282,13 +282,13 @@ export default {
         let id = typeof key == "string" ? item.ActivityId : "";
         this.$store.dispatch(
           "checkHandle",
-          "/pages-activity/themeActivity/themeActivity?title=" + key + "&type=" + type + "&permissionIds=" + this.chartPermissionIds + "&whichDay=" + this.whichDay + "&id=" + id
+          "/activityPages/themeActivity/themeActivity?title=" + key + "&type=" + type + "&permissionIds=" + this.chartPermissionIds + "&whichDay=" + this.whichDay + "&id=" + id
         );
       } else {
         if (key) {
-          this.$store.dispatch("checkHandle", "/pages-activity/specialDetail/specialDetail?id=" + item.ActivityId);
+          this.$store.dispatch("checkHandle", "/activityPages/specialDetail/specialDetail?id=" + item.ActivityId);
         } else {
-          this.$store.dispatch("checkHandle", "/pages-activity/specialResearchPage/specialResearchPage");
+          this.$store.dispatch("checkHandle", "/activityPages/specialResearchPage/specialResearchPage");
         }
       }
     },
@@ -298,7 +298,7 @@ export default {
     },
     //去往 活动回放activityPlayBack
     activityPlayBack() {
-      this.$store.dispatch("checkHandle", "/pages-activity/playBack/playBack");
+      this.$store.dispatch("checkHandle", "/activityPages/playBack/playBack");
     },
   },
   //load

+ 3 - 3
pages/index/index.vue

@@ -573,10 +573,10 @@ export default {
       if (item.HomeType !== 1) {
         if (item.Source == 2) {
           /* 无需授权且已绑定 检验是或否有权限 */
-          this.$store.dispatch("checkHandle", "/pages-my/chartPage/chartPage?id=" + item.ChartId);
+          this.$store.dispatch("checkHandle", "/pageMy/chartPage/chartPage?id=" + item.ChartId);
         } else {
           /* 无需授权且已绑定 检验是或否有权限 */
-          this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+          this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
         }
       }
     },
@@ -587,7 +587,7 @@ export default {
     /* 绑定联系方式 */
     bindingMobile() {
       uni.navigateTo({
-        url: "/pages-my/login/login",
+        url: "/pageMy/login/login",
       });
     },
     //视频播放结束

+ 11 - 11
pages/my/my.vue

@@ -150,12 +150,12 @@ export default {
       /* 先授权再绑定 */
       if (this.$store.state.isAuth) {
         uni.navigateTo({
-          url: "/pages-my/authGuide/authGuide",
+          url: "/pageMy/authGuide/authGuide",
         });
       } else {
         this.$store.state.isBind &&
           uni.navigateTo({
-            url: "/pages-my/login/login",
+            url: "/pageMy/login/login",
           });
       }
     },
@@ -168,13 +168,13 @@ export default {
           }).then((res) => {
             if (res.Ret === 200) {
               uni.navigateTo({
-                url: "/pages-my/applyResult/applyResult",
+                url: "/pageMy/applyResult/applyResult",
               });
             }
           })
         : this.userInfo.HasPermission === 2
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial",
+            url: "/pageMy/applyTrial/applyTrial",
           })
         : this.userInfo.HasPermission === 3
         ? uni.showModal({
@@ -193,38 +193,38 @@ export default {
         switch (type) {
           case "外呼号码":
             uni.navigateTo({
-              url: "/pages-activity/editOutbound/editOutbound?title=设置外呼号码&identification=我的",
+              url: "/activityPages/editOutbound/editOutbound?title=设置外呼号码&identification=我的",
             });
             break;
           case "我的提问":
             uni.navigateTo({
-              url: "/pages-report/myAskPage/myAskPage",
+              url: "/reportPages/myAskPage/myAskPage",
             });
             break;
           case "关注公众号":
             uni.navigateTo({
-              url: "/pages-activity/accountsOfficial/accountsOfficial",
+              url: "/activityPages/accountsOfficial/accountsOfficial",
             });
             break;
           case "myCollection":
             uni.navigateTo({
-              url: `/pages-my/myCollection/myCollection`,
+              url: `/pageMy/myCollection/myCollection`,
             });
             break;
           case "browseHistory":
             uni.navigateTo({
-              url: `/pages-my/browseHistory/browseHistory`,
+              url: `/pageMy/browseHistory/browseHistory`,
             });
             break;
           case "mySchedulepage":
             uni.navigateTo({
-              url: `/pages-my/mySchedulepage/mySchedulepage`,
+              url: `/pageMy/mySchedulepage/mySchedulepage`,
             });
             break;
           default:
             let path = this.typeObj.get(type);
             uni.navigateTo({
-              url: `/pages-my/${path}/${path}`,
+              url: `/pageMy/${path}/${path}`,
             });
         }
       } else {

+ 5 - 5
pages/purchaser/purchaser.vue

@@ -246,7 +246,7 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
@@ -254,7 +254,7 @@ export default {
     //去往更多主题
     goRecent() {
       uni.navigateTo({
-        url: "/pages-report/recentPages/recentPages?id=31",
+        url: "/reportPages/recentPages/recentPages?id=31",
       });
     },
     //收藏
@@ -281,16 +281,16 @@ export default {
     //去往作者详情
     authorDetails(item) {
       uni.navigateTo({
-        url: "/pages-report/authorPages/authorPages?id=" + item.DepartmentId,
+        url: "/reportPages/authorPages/authorPages?id=" + item.DepartmentId,
       });
     },
     //去往文章详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     //去往主题详情
     themeDetails(item) {
-      this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
+      this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
     },
     //计算遍历的颜色
     serialBackground(index) {

+ 1 - 1
pages/reportForm/components/strategy.vue

@@ -136,7 +136,7 @@ export default {
         this.$emit("hideIsred", this.isShow);
       }
       this.collectList[index].IsRed = false;
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
   },
 

+ 7 - 7
pages/reportForm/reportForm.vue

@@ -309,11 +309,11 @@ export default {
     },
     //跳转季度策略
     async isClickHandle(id) {
-      await this.$store.dispatch("checkHandle", "/pages-report/industrialReport/industrialReport?id=" + id);
+      await this.$store.dispatch("checkHandle", "/reportPages/industrialReport/industrialReport?id=" + id);
     },
     //跳转产业报告
     async goIndustryReport(id) {
-      await this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + id);
+      await this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + id);
     },
     //点击关注的图标
     reportFllow(id) {
@@ -351,19 +351,19 @@ export default {
       } else if (this.$store.state.isAuth) {
         //未授权
         uni.navigateTo({
-          url: "/pages-my/authGuide/authGuide",
+          url: "/pageMy/authGuide/authGuide",
         });
       } else if (!this.$store.state.isAuth && this.$store.state.isBind) {
         //已授权未绑定
         uni.navigateTo({
-          url: "/pages-my/login/login",
+          url: "/pageMy/login/login",
         });
       }
     },
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
@@ -406,13 +406,13 @@ export default {
     },
     goSecretDetail(type) {
       uni.navigateTo({
-        url: "/pages-report/secretDetails/secretDetails?type=" + type,
+        url: "/reportPages/secretDetails/secretDetails?type=" + type,
       });
     },
     /* 跳转榜单 */
     goHot() {
       uni.navigateTo({
-        url: "/pages-report/hotList/hotList",
+        url: "/reportPages/hotList/hotList",
       });
     },
     //点击了checkbox

+ 3 - 3
pages-report/IndustryReport/IndustryReport.vue → reportPages/IndustryReport/IndustryReport.vue

@@ -162,11 +162,11 @@ export default {
         if (item.IsHaveVideo) {
           //跳转路演精华
           uni.navigateTo({
-            url: "/pages-report/roadEssence/roadEssence?id=" + item.ArticleId,
+            url: "/reportPages/roadEssence/roadEssence?id=" + item.ArticleId,
           });
         } else {
           uni.navigateTo({
-            url: "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId,
+            url: "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId,
           });
         }
       }
@@ -195,7 +195,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" :  this.titleReport,
-      path: "/pages-report/IndustryReport/IndustryReport?id=" + this.industrialManagementId + "&tab=" + this.tabAct_id,
+      path: "/reportPages/IndustryReport/IndustryReport?id=" + this.industrialManagementId + "&tab=" + this.tabAct_id,
       success: (res) => {},
       fail: (err) => {},
     };

+ 3 - 3
pages-report/authorPages/authorPages.vue → reportPages/authorPages/authorPages.vue

@@ -136,18 +136,18 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
     },
     //去往文章详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     //去往主题详情
     themeDetails(item) {
-      this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
+      this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
     },
   },
   onLoad(options) {

+ 0 - 0
pages-report/components/statement.vue → reportPages/components/statement.vue


+ 4 - 4
pages-report/hotList/hotList.vue → reportPages/hotList/hotList.vue

@@ -122,12 +122,12 @@ export default {
     //去往作者详情
     authorDetails(item) {
       uni.navigateTo({
-        url: "/pages-report/authorPages/authorPages?id=" + item.DepartmentId,
+        url: "/reportPages/authorPages/authorPages?id=" + item.DepartmentId,
       });
     },
     //去往主题详情
     themeDetails(item) {
-      this.$store.dispatch("checkHandle", "/pages-report/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
+      this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId);
     },
     //计算遍历的颜色
     serialBackground(index) {
@@ -161,14 +161,14 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
     },
     goDetail(item) {
       uni.navigateTo({
-        url: "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId,
+        url: "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId,
       });
     },
     classifyColor(item) {

+ 0 - 0
pages-report/index.scss → reportPages/index.scss


+ 2 - 2
pages-report/industrialReport/industrialReport.vue → reportPages/industrialReport/industrialReport.vue

@@ -124,7 +124,7 @@ export default {
     goDetail(item, index) {
       /* 无需授权且已绑定 检验是或否有权限 */
       this.collectList[index].IsRed = false;
-      this.$store.dispatch("checkHandle","/pages-my/reportDetail/reportDetail?id=" + item.ArticleId)
+      this.$store.dispatch("checkHandle","/pageMy/reportDetail/reportDetail?id=" + item.ArticleId)
     },
   },
   components: {
@@ -151,7 +151,7 @@ export default {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" :  this.titleReport,
       path:
-        "/pages-report/industrialReport/industrialReport?id=" + this.categoryId + "&type=" + this.typeIsPost + "&isGenre=" + this.genreIs + "&idGenre=" + this.idGenre + "&idArticle=" + this.articleId,
+        "/reportPages/industrialReport/industrialReport?id=" + this.categoryId + "&type=" + this.typeIsPost + "&isGenre=" + this.genreIs + "&idGenre=" + this.idGenre + "&idArticle=" + this.articleId,
       success: (res) => {},
       fail: (err) => {},
     };

+ 0 - 0
pages-report/jurisdiction.scss → reportPages/jurisdiction.scss


+ 2 - 2
pages-report/myAskPage/myAskPage.vue → reportPages/myAskPage/myAskPage.vue

@@ -48,10 +48,10 @@ export default {
     goDetail(item) {
       item.AskType == "Activity"
         ? uni.navigateTo({
-            url: "/pages-activity/activityDetail/activityDetail?id=" + item.ReportOrActivityId,
+            url: "/activityPages/activityDetail/activityDetail?id=" + item.ReportOrActivityId,
           })
         : uni.navigateTo({
-            url: "/pages-my/reportDetail/reportDetail?id=" + item.ReportOrActivityId,
+            url: "/pageMy/reportDetail/reportDetail?id=" + item.ReportOrActivityId,
           });
     },
   },

+ 2 - 2
pages-report/recentPages/recentPages.vue → reportPages/recentPages/recentPages.vue

@@ -108,7 +108,7 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
@@ -120,7 +120,7 @@ export default {
     },
     //去往主题详情
     themeDetails(item) {
-      this.$store.dispatch("checkHandle", "/pages-report/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
+      this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
     },
   },
   onLoad(options) {

+ 2 - 2
pages-report/reportSecretDetail/components/reportChoiceness.vue → reportPages/reportSecretDetail/components/reportChoiceness.vue

@@ -47,11 +47,11 @@ export default {
       if (item.IsHaveVideo) {
         //跳转路演精华
         uni.navigateTo({
-          url: "/pages-report/roadEssence/roadEssence?id=" + item.ReportLink,
+          url: "/reportPages/roadEssence/roadEssence?id=" + item.ReportLink,
         });
       } else {
         uni.navigateTo({
-          url: "/pages-my/reportDetail/reportDetail?id=" + item.ReportLink,
+          url: "/pageMy/reportDetail/reportDetail?id=" + item.ReportLink,
         });
       }
     },

+ 4 - 4
pages-report/reportSecretDetail/components/researchSummary.vue → reportPages/reportSecretDetail/components/researchSummary.vue

@@ -49,11 +49,11 @@ export default {
       if (item.IsHaveVideo) {
         //跳转路演精华
         uni.navigateTo({
-          url: "/pages-report/roadEssence/roadEssence?id=" + item.ReportLink,
+          url: "/reportPages/roadEssence/roadEssence?id=" + item.ReportLink,
         });
       } else {
         uni.navigateTo({
-          url: "/pages-my/reportDetail/reportDetail?id=" + item.ReportLink,
+          url: "/pageMy/reportDetail/reportDetail?id=" + item.ReportLink,
         });
       }
     },
@@ -63,13 +63,13 @@ export default {
         this.areacodeShow = true;
       } else if (item.length > 0 || item.length == 1) {
         uni.navigateTo({
-          url: "/pages-report/IndustryReport/IndustryReport?id=" + item[0].IndustrialManagementId,
+          url: "/reportPages/IndustryReport/IndustryReport?id=" + item[0].IndustrialManagementId,
         });
       }
     },
     industryDetitle(item) {
       uni.navigateTo({
-        url: "/pages-report/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId,
+        url: "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId,
       });
 
       this.areacodeShow = false;

+ 3 - 3
pages-report/reportSecretDetail/reportSecretDetail.vue → reportPages/reportSecretDetail/reportSecretDetail.vue

@@ -108,7 +108,7 @@
 </template>
 
 <script>
-import statement from "@/pages-report/components/statement.vue";
+import statement from "@/reportPages/components/statement.vue";
 import researchSummary from "./components/researchSummary.vue";
 import reportChoiceness from "./components/reportChoiceness.vue";
 import audioModule from "@/components/audioModule/index";
@@ -204,7 +204,7 @@ export default {
     applyAuth() {
       this.hasPermission === 4
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
+            url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
           })
         : uni.showModal({
             title: "",
@@ -317,7 +317,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.detali.Title,
-      path: "/pages-report/reportSecretDetail/reportSecretDetail?type=" + this.isType + "&id=" + this.id,
+      path: "/reportPages/reportSecretDetail/reportSecretDetail?type=" + this.isType + "&id=" + this.id,
       success: (res) => {},
       fail: (err) => {},
     };

+ 3 - 3
pages-report/researchTheme/researchTheme.vue → reportPages/researchTheme/researchTheme.vue

@@ -104,7 +104,7 @@ export default {
     goFollowShowBtn() {
       if (this.confirmText == "去关注") {
         uni.navigateTo({
-          url: "/pages-activity/accountsOfficial/accountsOfficial",
+          url: "/activityPages/accountsOfficial/accountsOfficial",
         });
       }
       this.goFollowShow = false;
@@ -132,12 +132,12 @@ export default {
     },
     //去往文章详情页面
     goDetail(item) {
-      this.$store.dispatch("checkHandle", "/pages-my/reportDetail/reportDetail?id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
     },
     //去往作者详情
     authorDetails(item) {
       uni.navigateTo({
-        url: "/pages-report/authorPages/authorPages?id=" + item.DepartmentId,
+        url: "/reportPages/authorPages/authorPages?id=" + item.DepartmentId,
       });
     },
     //点击后滚动

+ 3 - 3
pages-report/roadEssence/roadEssence.vue → reportPages/roadEssence/roadEssence.vue

@@ -93,7 +93,7 @@
 
 <script>
 import { Reports, User, FreeButton } from "@/config/api.js";
-import statement from "@/pages-report/components/statement.vue";
+import statement from "@/reportPages/components/statement.vue";
 import freeCharge from "@/components/freeCharge";
 import audioModule from "@/components/audioModule/index";
 let app = getApp({ allowDefault: true });
@@ -170,14 +170,14 @@ export default {
     },
     goDetali() {
       uni.navigateTo({
-        url: "/pages-my/reportDetail/reportDetail?id=" + this.detali.ReportLink,
+        url: "/pageMy/reportDetail/reportDetail?id=" + this.detali.ReportLink,
       });
     },
     /* 无权限申请开通权限 */
     applyAuth() {
       this.haveAuth === 4
         ? uni.navigateTo({
-            url: "/pages-my/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
+            url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
           })
         : uni.showModal({
             title: "",

+ 2 - 2
pages-report/secretDetails/secretDetails.vue → reportPages/secretDetails/secretDetails.vue

@@ -104,7 +104,7 @@ export default {
     goDetail(item, index) {
       /* 无需授权且已绑定 检验是或否有权限 */
       this.collectList[index].IsRed = false;
-      this.$store.dispatch("checkHandle", "/pages-report/reportSecretDetail/reportSecretDetail?type=" + this.isType + "&id=" + item.ArticleId);
+      this.$store.dispatch("checkHandle", "/reportPages/reportSecretDetail/reportSecretDetail?type=" + this.isType + "&id=" + item.ArticleId);
     },
   },
   onLoad(option) {
@@ -133,7 +133,7 @@ export default {
   onShareAppMessage: function (res) {
     return {
       title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.navigationBarTitle,
-      path: "/pages-report/secretDetails/secretDetails?type=" + this.isType,
+      path: "/reportPages/secretDetails/secretDetails?type=" + this.isType,
       success: (res) => {},
       fail: (err) => {},
     };

+ 2 - 2
store/index.js

@@ -34,12 +34,12 @@ const store = new Vuex.Store({
                 } else if (res.Data.IsAuth) {
                   //未授权
                   uni.navigateTo({
-                    url: "/pages-my/authGuide/authGuide",
+                    url: "/pageMy/authGuide/authGuide",
                   });
                 } else if (res.Data.IsBind && !res.Data.IsAuth) {
                   //已授权未绑定
                   uni.navigateTo({
-                    url: "/pages-my/login/login",
+                    url: "/pageMy/login/login",
                   });
                 }
               }