From 7c9ade3d6835a14675099d2f48d2c5f7338835ab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 20 Dec 2025 14:20:30 +0800
Subject: [PATCH] feat:小程序端,任务、工单新建调整
---
src/pages.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index ff2c1c6..9cd978c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -65,7 +65,8 @@
{
"path": "taskDetail/addTask/index",
"style": {
- "navigationBarTitleText": "新建任务"
+ "navigationBarTitleText": "新建任务",
+ "navigationStyle": "custom"
}
},
{
--
Gitblit v1.9.3