src/pages/indexItem.vue @@ -114,6 +114,10 @@ // 处理常用功能点击 const handleCommonItemClick = item => { if (item.path) { uni.navigateTo({ url: item.path }); return; } const url = routeMapping[item.label]; if (url) { uni.navigateTo({ url });