From 134bbe8b44d91e7c6298ce2a63fd5b6fdc8c7a41 Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期一, 30 十月 2023 09:33:10 +0800 Subject: [PATCH] 修改接口名字 --- sz_app/pages.json | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/sz_app/pages.json b/sz_app/pages.json index 7f051d2..2abc331 100644 --- a/sz_app/pages.json +++ b/sz_app/pages.json @@ -85,6 +85,27 @@ "navigationBarTextStyle": "white", "navigationBarTitleText": "管片出库" } + },{ + "path": "pages/spotCheck/index", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/spotCheck/spotDetail", + "style": { + "navigationBarBackgroundColor": "#1976FF", + "navigationBarTextStyle": "white", + "navigationBarTitleText": "点检详情" + } + },{ + "path": "pages/spotCheck/deviceSpot", + "style": { + "navigationBarBackgroundColor": "#1976FF", + "navigationBarTextStyle": "white", + "navigationBarTitleText": "设备点检" + } } ], "globalStyle": { -- Gitblit v1.9.3