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.json | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 578abcb..1759892 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -278,6 +278,12 @@
}
},
{
+ "path": "pages/outbound/index",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱"
+ }
+ },
+ {
"path": "pages/routingInspection/index",
"style": {
"navigationBarTitleText": "宸℃"
@@ -313,12 +319,12 @@
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
- {
- "pagePath": "pages/work/index",
- "text": "宸ヤ綔鍙�",
- "iconPath": "static/tabbar/work.png",
- "selectedIconPath": "static/tabbar/work-active.png"
- },
+ // {
+ // "pagePath": "pages/work/index",
+ // "text": "宸ヤ綔鍙�",
+ // "iconPath": "static/tabbar/work.png",
+ // "selectedIconPath": "static/tabbar/work-active.png"
+ // },
{
"pagePath": "pages/mine/index",
"text": "鎴戠殑",
--
Gitblit v1.9.3