From 0dc62b24b399252b0c56f374df289c5be13f4271 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Mon, 22 Apr 2024 11:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E8=AE=A1=E5=88=92=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=A1=B5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/pages.json b/src/pages.json index 36d7619..8d99258 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1894,9 +1894,14 @@ "navigationBarTitleText": "我的领用审批", "navigationBarBackgroundColor": "#409eff", "navigationBarTextStyle": "white" - }, - - + } + },{ + "path": "pages/mes/orderDayPlan/orderDayPlan", + "style": { + "navigationBarTitleText": "日计划查询", + "navigationBarBackgroundColor": "#409eff", + "navigationBarTextStyle": "white" + } }