From 21e8eecb9cc6976cc31df2c2ba72996cab02c520 Mon Sep 17 00:00:00 2001 From: tjx <t2856754968@163.com> Date: 星期五, 17 十一月 2023 08:30:12 +0800 Subject: [PATCH] 设备点检 --- pages.json | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 51 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index baec03d..59842da 100644 --- a/pages.json +++ b/pages.json @@ -20,24 +20,68 @@ }, { "path": "pages/inspection/inspectionList", "style": { - "navigationBarTitleText": "", + "navigationBarTitleText": "宸℃妫�楠屽垪琛�", "enablePullDownRefresh": false } - }, { + },{ + "path": "pages/inspection/firstInspectionList", + "style": { + "navigationBarTitleText": "棣栨妫�楠屽垪琛�", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/eqSpotCheck/eqSpotCheck", + "style": { + "navigationBarTitleText": "璁惧鐐规璁″垝", + "enablePullDownRefresh": false + } + }, + { "path": "pages/inspection/inspectionInfo", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "navigationBarTitleText": "妫�楠屼俊鎭綍鍏�", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": { + "buttons": [ + { + "float": "right", + "fontSize": "25px", + "fontSrc": "/static/fonts/uniicons.ttf", + "text": "\ue658" + } + ] + } + } } } - ], + ,{ + "path" : "pages/work_reporting/work_reporting", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/marchine_start/marchine_start", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" + "navigationBarBackgroundColor": "#f1f1f1", + "backgroundColor": "#efefef" }, "uniIdRouter": {} } \ No newline at end of file -- Gitblit v1.9.3