|
|
@@ -1,270 +1,351 @@
|
|
|
{
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationBarBackgroundColor": "#f8fafc",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "工作台",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/orders/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单管理",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/orders/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/device/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设备管理",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/device/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设备详情",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/shop/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "门店管理",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/shop/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "门店详情",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/products/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "配置上架商品",
|
|
|
- "navigationBarBackgroundColor": "#FFC107",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/inventory/query",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "库存查询",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/inventory/warning",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "库存预警",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/customer/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "客户管理",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/customer/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "客户详情",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/statistics/overview",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "数据统计",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/my",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/checkin/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "签到打卡",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/checkin/records",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "签到记录",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/invite/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "邀请好友",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/invite/records",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的邀请",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/distribution/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分销中心",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/distribution/withdrawal",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "申请提现",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/distribution/records",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "提现记录",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/replenish/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "补货首页",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/replenish/operation",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "补货操作",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/replenish/bind",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "绑定微信",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "哈哈运营平台",
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "backgroundColor": "#f8fafc"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "custom": true,
|
|
|
- "color": "#94a3b8",
|
|
|
- "selectedColor": "#FFC107",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "borderStyle": "white",
|
|
|
- "height": "50px",
|
|
|
- "fontSize": "10px",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "text": "工作台",
|
|
|
- "iconPath": "static/tabbar/work.png",
|
|
|
- "selectedIconPath": "static/tabbar/work-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/orders/list",
|
|
|
- "text": "订单",
|
|
|
- "iconPath": "static/tabbar/order.png",
|
|
|
- "selectedIconPath": "static/tabbar/order-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/device/list",
|
|
|
- "text": "设备",
|
|
|
- "iconPath": "static/tabbar/device.png",
|
|
|
- "selectedIconPath": "static/tabbar/device-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/my/my",
|
|
|
- "text": "我的",
|
|
|
- "iconPath": "static/tabbar/my.png",
|
|
|
- "selectedIconPath": "static/tabbar/my-active.png"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationBarBackgroundColor": "#f8fafc",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "工作台",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/orders/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单管理",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/orders/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/device/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设备管理",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/device/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设备详情",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/shop/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "门店管理",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/shop/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "门店详情",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/products/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "配置上架商品",
|
|
|
+ "navigationBarBackgroundColor": "#FFC107",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/products/apply",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "新品申请",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/products/apply-form",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "新品申请",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/products/apply-detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "申请详情",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/inventory/query",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "库存查询",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/inventory/warning",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "库存预警",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/customer/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "客户管理",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/customer/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "客户详情",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/statistics/overview",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "数据统计",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/my",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/checkin/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "签到打卡",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/checkin/records",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "签到记录",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/invite/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "邀请好友",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/invite/records",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的邀请",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/distribution/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分销中心",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/distribution/withdrawal",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "申请提现",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/distribution/records",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提现记录",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/replenish/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "补货首页",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/replenish/operation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "补货操作",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/replenish/bind",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "绑定微信",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "公告中心",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/announcement/list"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "人员管理",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/staff/list"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "编辑人员",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/staff/form"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "补货员管理",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/replenisher/list"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "编辑补货员",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/replenisher/form"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "style": {
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "设备绑定",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ },
|
|
|
+ "path": "pages/replenisher/bind-device"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "哈哈运营平台",
|
|
|
+ "navigationBarBackgroundColor": "#ffffff",
|
|
|
+ "backgroundColor": "#f8fafc"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "custom": true,
|
|
|
+ "color": "#94a3b8",
|
|
|
+ "selectedColor": "#FFC107",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "height": "50px",
|
|
|
+ "fontSize": "10px",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "工作台",
|
|
|
+ "iconPath": "static/tabbar/work.png",
|
|
|
+ "selectedIconPath": "static/tabbar/work-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/orders/list",
|
|
|
+ "text": "订单",
|
|
|
+ "iconPath": "static/tabbar/order.png",
|
|
|
+ "selectedIconPath": "static/tabbar/order-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/device/list",
|
|
|
+ "text": "设备",
|
|
|
+ "iconPath": "static/tabbar/device.png",
|
|
|
+ "selectedIconPath": "static/tabbar/device-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "static/tabbar/my.png",
|
|
|
+ "selectedIconPath": "static/tabbar/my-active.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
}
|