{ "pages": [ { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "softinputMode": "adjustPan" } } }, { "path": "pages/digital-workshops/index", "style": { "navigationBarTitleText": "数字车间", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/device-operation/index", "style": { "navigationBarTitleText": "设备操作", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/device-production-detail/index", "style": { "navigationBarTitleText": "生产详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/promotion/index", "style": { "navigationBarTitleText": "推广", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/device-info/index", "style": { "navigationBarTitleText": "设备信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mall/index", "style": { "navigationBarTitleText": "商城", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/agreement/index", "style": { "navigationBarTitleText": "用户与隐私协议", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/select-role/index", "style": { "navigationBarTitleText": "选择角色", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/complete-info/index", "style": { "navigationBarTitleText": "完善信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/page-view/index", "style": { "navigationBarTitleText": "统一第三方页面", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#FFFFFF" }, "tabBar": { "color": "#888", "selectedColor": "#007AFF", "borderStyle": "white", "backgroundColor": "#f9f9f9", "list": [ { "pagePath": "pages/digital-workshops/index", "iconPath": "static/imgs/tabbar/workshop-gray.png", "selectedIconPath": "static/imgs/tabbar/workshop-blue.png", "text": "数字车间" }, { "pagePath": "pages/promotion/index", "iconPath": "static/imgs/tabbar/promotion-gray.png", "selectedIconPath": "static/imgs/tabbar/promotion-blue.png", "text": "推广" }, { "pagePath": "pages/mall/index", "iconPath": "static/imgs/tabbar/mall-gray.png", "selectedIconPath": "static/imgs/tabbar/mall-blue.png", "text": "商城" }, { "pagePath": "pages/mine/index", "iconPath": "static/imgs/tabbar/mine-gray.png", "selectedIconPath": "static/imgs/tabbar/mine-blue.png", "text": "我的" } ] }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }