From 646135b9c54d6ccf5d47af30bf208bdfe5005017 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 09 十二月 2025 10:31:44 +0800
Subject: [PATCH] fix: 二维码内容简化,只传一个id。根据id查询详细信息。

---
 src/pages/index/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 111981c..5de2d23 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -201,12 +201,12 @@
     url: "/pages/routingInspection/index",
     show: false,
   },
-  // {
-  //   icon: "/static/icons/log.png",
-  //   title: "鍑哄簱",
-  //   url: "/pages/outbound/index",
-  //   show: true,
-  // },
+  {
+    icon: "/static/icons/log.png",
+    title: "鍑哄簱",
+    url: "/pages/outbound/index",
+    show: true,
+  },
 ]);
 
 // 鍔犺浇璁块棶缁熻鏁版嵁

--
Gitblit v1.9.3