Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/app.json
2026-01-20 08:46:36 +08:00

132 lines
4.3 KiB
JSON

{
"pages": [
"pages/reception/reception",
"pages/customer/customer",
"pages/team/team",
"pages/champion/champion",
"pages/speaking_training_voice/speaking_training_voice",
"pages/speaking_training_expression/speaking_training_expression",
"pages/speaking_training_record/speaking_training_record",
"pages/speaking_training_homework/speaking_training_homework",
"pages/speaking_training_edu/speaking_training_edu",
"pages/list/list",
"pages/grid/grid",
"pages/list/search/search",
"pages/list/detail",
"pages/workspace/workspace",
"pages/workspace/scene-detail",
"pages/bluetooth-recorder/bluetooth-recorder",
"pages/ucenter/ucenter",
"pages/furniture_reception/furniture_reception",
"pages/furniture_reception/common_begin_reception",
"pages/furniture_customer/furniture_customer",
"pages/furniture_top_sales/furniture_top_sales",
"pages/meeting_prepare/meeting_prepare",
"pages/meeting_meeting/meeting_meeting",
"pages/meeting_summary/meeting_summary",
"pages/meeting_me/meeting_me",
"pages/uni-agree/uni-agree",
"pages/ucenter/settings/settings",
"pages/ucenter/read-news-log/read-news-log"
],
"subPackages": [
{
"root": "uni_modules/uni-feedback",
"pages": [
"pages/opendb-feedback/opendb-feedback"
]
},
{
"root": "uni_modules/uni-id-pages/pages",
"pages": [
"userinfo/userinfo",
"userinfo/realname-verify/realname-verify",
"login/login-withoutpwd",
"login/login-withpwd",
"userinfo/deactivate/deactivate",
"userinfo/bind-mobile/bind-mobile",
"login/login-smscode",
"register/register",
"retrieve/retrieve",
"common/webview/webview",
"userinfo/change_pwd/change_pwd",
"register/register-by-email",
"retrieve/retrieve-by-email",
"userinfo/set-pwd/set-pwd"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-starter",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": false,
"rpxCalcMaxDeviceWidth": 375,
"rpxCalcBaseDeviceWidth": 375
},
"tabBar": {
"custom": true,
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/reception/reception",
"iconPath": "static/tabbar/reception.png",
"selectedIconPath": "static/tabbar/reception_active.png",
"text": "接待"
},
{
"pagePath": "pages/customer/customer",
"iconPath": "static/tabbar/customer.png",
"selectedIconPath": "static/tabbar/customer_active.png",
"text": "客户"
},
{
"pagePath": "pages/team/team",
"iconPath": "static/tabbar/team.png",
"selectedIconPath": "static/tabbar/team_active.png",
"text": "团队"
},
{
"pagePath": "pages/meeting_summary/meeting_summary",
"iconPath": "static/tabbar/insight.png",
"selectedIconPath": "static/tabbar/insight_active.png",
"text": "总结和统计"
},
{
"pagePath": "pages/furniture_reception/furniture_reception",
"iconPath": "static/tabbar/reception.png",
"selectedIconPath": "static/tabbar/reception_active.png",
"text": "接待"
},
{
"pagePath": "pages/furniture_reception/common_begin_reception",
"iconPath": "static/tabbar/reception.png",
"selectedIconPath": "static/tabbar/reception_active.png",
"text": "开始接待"
},
{
"pagePath": "pages/furniture_customer/furniture_customer",
"iconPath": "static/tabbar/customer.png",
"selectedIconPath": "static/tabbar/customer_active.png",
"text": "客户"
},
{
"pagePath": "pages/furniture_top_sales/furniture_top_sales",
"iconPath": "static/tabbar/insight.png",
"selectedIconPath": "static/tabbar/insight_active.png",
"text": "销冠"
},
{
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me_active.png",
"text": "我的"
}
]
},
"usingComponents": {}
}