Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/app.json
2026-02-07 16:45:37 +08:00

106 lines
3.3 KiB
JSON

{
"pages": [
"pages/furniture_reception/furniture_reception",
"pages/ucenter/ucenter",
"pages/team/team",
"pages/furniture_reception/common_begin_reception",
"pages/furniture_customer/furniture_customer",
"pages/ai_analysis/ai_analysis"
],
"subPackages": [
{
"root": "uni_modules/uni-feedback",
"pages": [
"pages/opendb-feedback/opendb-feedback"
]
},
{
"root": "uni_modules/uni-id-pages",
"pages": [
"pages/userinfo/userinfo",
"pages/userinfo/realname-verify/realname-verify",
"pages/login/login-withoutpwd",
"pages/login/login-withpwd",
"pages/userinfo/deactivate/deactivate",
"pages/userinfo/bind-mobile/bind-mobile",
"pages/login/login-smscode",
"pages/register/register",
"pages/retrieve/retrieve",
"pages/common/webview/webview",
"pages/userinfo/change_pwd/change_pwd",
"pages/register/register-by-email",
"pages/retrieve/retrieve-by-email",
"pages/userinfo/set-pwd/set-pwd"
]
},
{
"root": "pages-subpackage",
"pages": [
"champion/champion",
"list/list",
"grid/grid",
"list/search/search",
"list/detail",
"meeting_summary/meeting_summary",
"workspace/workspace",
"workspace/scene-detail",
"bluetooth-recorder/bluetooth-recorder",
"reception/reception",
"customer/customer",
"uni-agree/uni-agree",
"ucenter/settings/settings",
"ucenter/read-news-log/read-news-log",
"ai_features/customer_count/customer_count",
"ai_features/speech_rating/speech_rating",
"ai_features/intent_level/intent_level",
"ai_features/deal_attribution/deal_attribution",
"ai_features/opening_rate/opening_rate",
"ai_features/over_commitment/over_commitment",
"ai_features/red_line_touch/red_line_touch"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "移多旺科技",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": false,
"rpxCalcMaxDeviceWidth": 375,
"rpxCalcBaseDeviceWidth": 375
},
"tabBar": {
"custom": false,
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/furniture_reception/furniture_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/ai_analysis/ai_analysis",
"iconPath": "static/tabbar/ai_analysis.png",
"selectedIconPath": "static/tabbar/ai_analysis_active.png",
"text": "AI分析"
},
{
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me_active.png",
"text": "我的"
}
]
},
"usingComponents": {}
}