From 95b85a1942d41541025ec781f16b229108f75e65 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 02 七月 2025 09:38:00 +0800
Subject: [PATCH] feat: PDA添加增量更新
---
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