From c4d25912d11ab9059f8165c25a161634bb9b5e97 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 六月 2026 09:45:33 +0800
Subject: [PATCH] proapp 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