Jelajahi Sumber

feat: 人脉落地页url替换

cuiyalong 9 bulan lalu
induk
melakukan
359dd28518

+ 2 - 2
apps/bigmember_pc/src/views/article-content/composables/useContentStore.js

@@ -151,8 +151,8 @@ function useRenMaiModel(ContentModel) {
     else {
       // 弹窗
       // showToast('暂无权限')
-      // 跳转大会员落地页
-      window.open('/big/page/index')
+      // 跳转人脉落地页
+      window.open('/swordfish/frontPage/declaration/free/relationship')
     }
   }
 

+ 1 - 1
apps/bigmember_pc/src/views/relationship/components/FindRelDrawer.vue

@@ -3,7 +3,7 @@
     title="推荐人脉列表"
     :visible="visible"
     @update:visible="onUpdateVisible"
-    size="70%"
+    size="50%"
     direction="rtl"
   >
     <div class="drawer-content">

+ 5 - 0
apps/mobile/src/data/links.js

@@ -190,6 +190,11 @@ export const LINKS = {
     h5: '/jyapp/big/page/landingPage',
     wx: '/big/wx/page/landingPage'
   },
+  人脉落地页面: {
+    app: '/jyapp/frontPage/declaration/free/relationship',
+    h5: '/jyapp/frontPage/declaration/free/relationship',
+    wx: '/weixin/frontPage/declaration/free/relationship'
+  },
   投标决策分析筛选页面: {
     app: '/jyapp/big/page/analysis_result',
     h5: '/jyapp/big/page/analysis_result',

+ 1 - 1
apps/mobile/src/views/article/components/ContentHeader.vue

@@ -152,7 +152,7 @@ export default {
         // 弹窗
         // this.$toast('暂无权限')
         // 跳转大会员落地页
-        openAppOrWxPage(LINKS.大会员落地页面)
+        openAppOrWxPage(LINKS.人脉落地页面)
       }
     }
   }