From 3794faceae3646b352d055c7f8149643f51e41d8 Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 6 Mar 2023 17:45:12 +0800 Subject: [PATCH] init --- app.json | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..86cc64f --- /dev/null +++ b/app.json @@ -0,0 +1,98 @@ +{ + "pages": [ + "Pages/index/index", + "Pages/yaoshi/index/index", + "Pages/yaoshi/home/home", + "Pages/yaoshi/my/my", + "custom-tab-bar/index", + "Pages/yaoshi/info/info", + "Pages/yaoshi/authentication/authentication", + "Pages/yaoshi/medicalrecord/medicalrecord", + "Pages/yaoshi/prescription/prescription", + "commpents/navbar/index", + "commpents/buttom_navbar/index", + "Pages/yishi/index/index", + "Pages/yishi/wenzhen/wenzhen", + "Pages/yishi/my/index", + "Pages/yishi/identity/index", + "commpents/textarea-cell/index", + "Pages/yishi/onlinesetup/index", + "Pages/yishi/chufangsetup/index", + "Pages/yishi/onlinechufang/index", + "Pages/yishi/zhiye_identity/index", + "Pages/yishi/signcanvas/index", + "Pages/yishi/myprofile/index", + "Pages/yishi/myinfo/index", + "Pages/yishi/mycard/index", + "Pages/yishi/attestation/index", + "Pages/yishi/practicing/index", + "Pages/yishi/bankcard/index", + "Pages/yishi/bindcard/index", + "Pages/yishi/myaccount/index", + "Pages/yishi/cash/index", + "Pages/yishi/wenzhenorder/index", + "Pages/yishi/orderdetail/index", + "Pages/yishi/cashrecord/index", + "Pages/yishi/service_notice/index", + "Pages/yishi/system_notice/index", + "Pages/yishi/notice_deatil/index", + "Pages/yishi/kuaisusetup/index", + "Pages/yishi/yizhensetup/index", + "Pages/yishi/manual/index", + "Pages/yishi/appraise/index", + "Pages/yishi/quickreply/index", + "Pages/yishi/quickreply_data/index", + "Pages/yishi/case/index", + "Pages/yishi/chat/index", + "Pages/yishi/chat_session/index", + "Pages/login/index", + "Pages/mobile_login/index", + "Pages/yishi/manual_detail/index", + "Pages/yishi/addzhenduan/index" + ], + "window": { + "navigationBarBackgroundColor": "#ffffff", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "肝胆相照互联网医院", + "backgroundColor": "#eeeeee", + "backgroundTextStyle": "light", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + }, + "tabBar": { + "custom": true, + "list": [ + { + "pagePath": "Pages/yaoshi/home/home", + "text": "首页", + "iconPath": "/static/images/yaoshi/tabbar_icon/home.png", + "selectedIconPath": "/static/images/yaoshi/tabbar_icon/home_select.png" + }, + { + "pagePath": "Pages/yaoshi/my/my", + "text": "我的", + "iconPath": "/static/images/yaoshi/tabbar_icon/my.png", + "selectedIconPath": "/static/images/yaoshi/tabbar_icon/my_select.png" + }, + { + "pagePath": "Pages/yishi/index/index", + "text": "首页(Y)", + "iconPath": "/static/images/yishi/tabbar_icon/index.png", + "selectedIconPath": "/static/images/yishi/tabbar_icon/index_select.png" + }, + { + "pagePath": "Pages/yishi/wenzhen/wenzhen", + "text": "问诊(Y)", + "iconPath": "/static/images/yishi/tabbar_icon/wenzhen.png", + "selectedIconPath": "/static/images/yishi/tabbar_icon/wenzhen_select.png" + }, + { + "pagePath": "Pages/yishi/my/index", + "text": "我的(Y)", + "iconPath": "/static/images/yishi/tabbar_icon/my.png", + "selectedIconPath": "/static/images/yishi/tabbar_icon/my_select.png" + } + ] + }, + "sitemapLocation": "sitemap.json" +} \ No newline at end of file