src/pages/message.vue
@@ -100,13 +100,13 @@ // 跳转到详情页 const goToDetail = item => { if (item.jumpPath.indexOf("/") === 0) { if (item.appJumpPath.indexOf("/") === 0) { uni.navigateTo({ url: item.jumpPath, url: item.appJumpPath, }); } else { uni.navigateTo({ url: "/" + item.jumpPath, url: "/" + item.appJumpPath, }); } };