db 2 năm trước cách đây
mục cha
commit
8a65ed4f08
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/cygx/raiReportDtl.vue

+ 2 - 2
src/views/cygx/raiReportDtl.vue

@@ -227,7 +227,7 @@ const attentionBtn = () => {
           })
             .then(() => {
               wx.miniProgram.navigateTo({
-                url: "/activityPages/accountsOfficial/accountsOfficial",
+                url: "/activity-pages/accountsOfficial/accountsOfficial",
               });
             })
             .catch(() => {
@@ -313,7 +313,7 @@ const btnSearch = () => {
 //点击到提问页面
 const quizBtn = () => {
   wx.miniProgram.navigateTo({
-    url: "/activityPages/generationAsk/generationAsk?id=" + state.reportInfo.ArticleId + "&type=文章",
+    url: "/activity-pages/generationAsk/generationAsk?id=" + state.reportInfo.ArticleId + "&type=文章",
   });
 };
 /* 获取报告详情 */