gaoluyang
7 天以前 3826c8f433a6beb6efc0db559300fed09b5d9997
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 });