{ "pages": [ { "path": "pages/store/index", "style": { "navigationBarTitleText": "店铺首页", "navigationStyle": "custom" }, "h5": { "titleNView": false } }, { "path": "pages/cart/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "购物车" } }, { "path": "pages/mine/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "个人中心" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/agreement/index", "style": { "navigationBarTitleText": "用户与隐私协议", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/page-view/index", "style": { "navigationBarTitleText": "统一第三方页面", "enablePullDownRefresh": false } }, { "path": "pages/notification-page/index", "style": { "navigationBarTitleText": "统一第三方通知页面", "enablePullDownRefresh": false } }, { "path": "pages/enterprise-info/index", "style": { "navigationBarTitleText": "完善企业信息", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/address-manage/index", "style": { "navigationBarTitleText": "收货地址", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/error/index", "style": { "navigationBarTitleText": "页面不存在", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-list/index", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-make/index", "style": { "navigationBarTitleText": "创建订单", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/order-detail/index", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/test/index", "style": { "navigationBarTitleText": "测试页面", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/paper-details/index", "style": { "navigationBarTitleText": "纸品详情", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/enquiry-list/index", "style": { "navigationBarTitleText": "询价列表", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/for-comparison/index", "style": { "navigationBarTitleText": "实单询比价", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/add-address-manage/index", "style": { "navigationBarTitleText": "新建收货地址", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/account-management/index", "style": { "navigationBarTitleText": "账号管理", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/add-account/index", "style": { "navigationBarTitleText": "新增企业账号", "navigationStyle": "custom", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#888", "selectedColor": "#007AFF", "borderStyle": "white", "backgroundColor": "#f9f9f9", "list": [ { "pagePath": "pages/store/index", "iconPath": "static/imgs/tabbar/store-gray.png", "selectedIconPath": "static/imgs/tabbar/store-blue.png", "text": "店铺首页" }, { "pagePath": "pages/cart/index", "iconPath": "static/imgs/tabbar/cart-gray.png", "selectedIconPath": "static/imgs/tabbar/cart-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函数里面得到 } ] } }