Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/app.json
2026-02-01 09:49:48 +08:00

99 lines
2.9 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/furniture_top_sales/furniture_top_sales"
],
"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"
]
}
],
"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/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": {}
}