From 0becab45282781f281ad5aa04202b83039ab275e Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 14 四月 2023 17:42:08 +0800 Subject: [PATCH] 增加发运统计页面,修改websocket,增加消息推送 --- pages.json | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 7f71f99..c69b5d9 100644 --- a/pages.json +++ b/pages.json @@ -168,7 +168,16 @@ } } - ], + ,{ + "path" : "pages/customer-page/customer-my/faYunstatistics/faYunstatistics", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ], "subPackages": [{ "root": "pages/register", "pages": [{ -- Gitblit v1.9.1