{ "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/production-operation/index", "style": { "navigationBarTitleText": "产品操作", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/production-info/index", "style": { "navigationBarTitleText": "产品信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mall/index", "style": { "navigationBarTitleText": "商城", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/store/index", "style": { "navigationBarTitleText": "店铺首页", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/enterprise-info/index", "style": { "navigationBarTitleText": "完善信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/enterprise-info-edit/index", "style": { "navigationBarTitleText": "企业完善", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/for-comparison/index", "style": { "navigationBarTitleText": "实单询比价", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-make/index", "style": { "navigationBarTitleText": "订单确认", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/address-manage/index", "style": { "navigationBarTitleText": "地址管理", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/add-address-manage/index", "style": { "navigationBarTitleText": "添加地址", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/contract-manage/index", "style": { "navigationBarTitleText": "合同管理", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/enquiry-list/index", "style": { "navigationBarTitleText": "询价列表", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/paper-details/index", "style": { "navigationBarTitleText": "纸品详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/cart/index", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-list/index", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-detail/index", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/apply-detail/index", "style": { "navigationBarTitleText": "验厂详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/apply-manage/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函数里面得到 } ] } }