gaoluyang
8 天以前 c4d25912d11ab9059f8165c25a161634bb9b5e97
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 });