From 3974ccbd9b2a0c13af91d472c8acd90e88f921f2 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 29 七月 2025 11:12:37 +0800
Subject: [PATCH] 修改扫码问题
---
src/pages.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 3f0035e..279327f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -3,7 +3,7 @@
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^cu-(.*)": "@/components/cu-$1/index.vue"
+ "^cu-(.*)": "@/components/cu-$1/index.vue",
}
},
@@ -260,6 +260,12 @@
"style": {
"navigationBarTitleText": "缁炵嚎鏉傚伐缂栬緫"
}
+ },
+ {
+ "path": "pages/timely/index",
+ "style": {
+ "navigationBarTitleText": "鏃舵晥鎶ュ伐"
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.3