소스 검색

feat: 适配 ios 端消息 首页/订阅页 无法添加 / 前缀

zhangyuhan 2 년 전
부모
커밋
02602c611a
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/web/staticres/common-module/messageCenter/js/detail.js

+ 4 - 1
src/web/staticres/common-module/messageCenter/js/detail.js

@@ -145,8 +145,11 @@ var vm = new Vue({
           return
         }
       } else {
-        const toLink = appType == 'android' ? url.androidUrl : url.iosUrl
+        let toLink = appType == 'android' ? url.androidUrl : url.iosUrl
         if (toLink) {
+          if (toLink[0] !== '/') {
+            toLink = '/' + toLink
+          }
           // 检查是否 tabbar 页面
           const tabbarKey = utils.checkNowInAppTabbarPage(toLink)
           if (tabbarKey) {