From 3826c8f433a6beb6efc0db559300fed09b5d9997 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 19 八月 2026 09:22:08 +0800
Subject: [PATCH] 奇缘恒艺app 1.打包修改

---
 src/pages/indexItem.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/pages/indexItem.vue b/src/pages/indexItem.vue
index 61f6c15..6d04822 100644
--- a/src/pages/indexItem.vue
+++ b/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 });

--
Gitblit v1.9.3