{ "pages": [ { "path": "pages/index/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/desk", "style": { "navigationBarTitleText": "书桌", "enablePullDownRefresh": true } }, { "path": "pages/index/member", "style": { "navigationBarTitleText": "custom", "enablePullDownRefresh": true } }, { "path": "pages/index/user", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } } ], "subPackages":[ { "root": "subPages", "pages":[ { "path": "login/login", "style": { "navigationStyle": "custom" } }, { "path": "login/userInfo", "style": { "navigationBarTitleText": "补充信息" } }, { "path": "home/plan", "style": { "navigationBarTitleText": "个人语境方案定制", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#06DADC" } }, { "path": "home/submit", "style": { "navigationBarTitleText": "报名个人语境定制" } }, { "path": "home/repairSubmit", "style": { "navigationBarTitleText": "报修提交" } }, { "path": "home/maintainanceSubmit", "style": { "navigationBarTitleText": "保养提交" } }, { "path": "home/RAArecord", "style": { "navigationBarTitleText": "报修/保养记录" } }, { "path": "repair/maintainSubmit", "style": { "navigationBarTitleText": "维修单提交", "enablePullDownRefresh": true } }, { "path": "user/profile", "style": { "navigationBarTitleText": "资料修改" } } ] } ], "preloadRule": { "pages/index/home": { "network": "all", "packages": ["subPages"] } }, "globalStyle": { "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#999", "selectedColor": "#06DADC", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/home", "text": "主页", "iconPath": "static/主页图标.png", "selectedIconPath": "static/主页图标-点击.png" }, { "pagePath": "pages/index/desk", "text": "书桌", "iconPath": "static/书桌图标.png", "selectedIconPath": "static/书桌图标-点击.png" }, { "pagePath": "pages/index/member", "text": "会员", "iconPath": "static/会员图标.png", "selectedIconPath": "static/会员图标-点击.png" }, { "pagePath": "pages/index/user", "text": "我的", "iconPath": "static/我的图标.png", "selectedIconPath": "static/我的图标-点击.png" } ] } }