From f06a4063c9570ddcf5a0f00693950e63ace8d372 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 11:54:04 +0800
Subject: [PATCH] fix(scan): 修复扫码组件重复触发和超时处理问题
---
src/pages.json | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index f35c63a..3fc3701 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -278,6 +278,24 @@
}
},
{
+ "path": "pages/outbound/index",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱"
+ }
+ },
+ {
+ "path": "pages/outbound/material",
+ "style": {
+ "navigationBarTitleText": "鐗╂枡璇︽儏"
+ }
+ },
+ {
+ "path": "pages/outbound/materialOutbound",
+ "style": {
+ "navigationBarTitleText": "鐗╂枡鍑哄簱"
+ }
+ },
+ {
"path": "pages/routingInspection/index",
"style": {
"navigationBarTitleText": "宸℃"
--
Gitblit v1.9.3