{
|
"pages": [
|
{
|
"path": "pages/login/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/index",
|
"style": {
|
"transparentTitle": "always",
|
"navigationBarTextStyle": "black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/index",
|
"style": {
|
"transparentTitle": "always",
|
"navigationBarTextStyle": "black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/manager/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/editMember",
|
"style": {
|
"navigationBarTitleText": "新增会员",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/membershipCard",
|
"style": {
|
"navigationBarTitleText": "卡项",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/skinDetection",
|
"style": {
|
"navigationBarTitleText": "皮肤检测",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
|
}
|
}
|
},
|
{
|
"path": "pages/member/skinDetectionDetail",
|
"style": {
|
"navigationBarTitleText": "皮肤检测详情",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/detail",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor":"#518EFF",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/setting",
|
"style": {
|
"navigationBarTitleText": "设置",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/knowledge",
|
"style": {
|
"navigationBarTitleText": "知识库",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/mine/knowledgeDetail",
|
"style": {
|
"navigationBarTitleText": "详情",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/orderList",
|
"style": {
|
"navigationBarTitleText": "订单列表",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
},
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue620",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "18px",
|
"width":"25px",
|
"float":"right",
|
"key": "add"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/selectCustomer",
|
"style": {
|
"navigationBarTitleText": "选择客户",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/member/selectCustomer",
|
"style": {
|
"navigationBarTitleText": "选择客户",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/manager/selectEmployee",
|
"style": {
|
"navigationBarTitleText": "选择员工",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/customerInfo",
|
"style": {
|
"navigationBarTitleText": "客户信息",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/selectProduct/index",
|
"style": {
|
"navigationBarTitleText": "当前客户:李某",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/confirmOrder",
|
"style": {
|
"navigationBarTitleText": "确认订单",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/submitSucceed",
|
"style": {
|
"navigationBarTitleText": "提交成功",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/selectService/index",
|
"style": {
|
"navigationBarTitleText": "当前客户:李某",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/productDetail/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/orderDetail",
|
"style": {
|
"navigationBarTitleText": "订单详情",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/serviceOrderList",
|
"style": {
|
"navigationBarTitleText": "服务单列表",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
},
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue620",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "18px",
|
"width":"25px",
|
"float":"right",
|
"key": "add"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/serviceOrderDetail",
|
"style": {
|
"navigationBarTitleText": "服务单详情",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/confirmService",
|
"style": {
|
"navigationBarTitleText": "确认订单",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/projectPlan",
|
"style": {
|
"navigationBarTitleText": "项目套餐",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/manager/storeRanking",
|
"style": {
|
"navigationBarTitleText": "门店业绩排行榜",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue6aa",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
},
|
{
|
"text":"月榜",
|
"fontSize": "14px"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/manager/counselorRanking",
|
"style": {
|
"navigationBarTitleText": "业绩排行榜",
|
"navigationBarBackgroundColor":"#518EFF",
|
"navigationBarTextStyle":"white",
|
"app-plus":{
|
"scrollIndicator": "none",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue6aa",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px"
|
},
|
{
|
"text":"月榜",
|
"fontSize": "14px"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/member/addLabel",
|
"style": {
|
"navigationBarTitleText": "添加标签",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue620",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "18px",
|
"width":"25px",
|
"float":"right",
|
"key": "add"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/manager/companyReports",
|
"style": {
|
"navigationBarTitleText": "公司经营报表",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
},
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue663",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"30px"
|
},
|
{
|
"text": "\ue65e",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/manager/employeeReport",
|
"style": {
|
"navigationBarTitleText": "员工业绩报表",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
},
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue663",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
},
|
{
|
"text": "\ue65e",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/manager/hint",
|
"style": {
|
"navigationBarTitleText": "提示",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/manager/analyse/index",
|
"style": {
|
"navigationBarTitleText": "专项分析",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue65e",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/stockSearch",
|
"style": {
|
"navigationBarTitleText": "库存查询",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/storeRecord",
|
"style": {
|
"navigationBarTitleText": "出入库记录",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"enablePullDownRefresh": true,
|
"app-plus":{
|
"scrollIndicator": "none",
|
"pullToRefresh": {
|
"color": "#000000"
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/member/memberProfile",
|
"style": {
|
"navigationBarTitleText": "会员档案",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/board",
|
"style": {
|
"navigationBarTitleText": "看板",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/followRecords/index",
|
"style": {
|
"navigationBarTitleText": "跟进记录",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue620",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
},
|
{
|
"text": "\ue75e",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "16px",
|
"width":"25px",
|
"float":"right"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/login/forgetPassword",
|
"style": {
|
"navigationBarTitleText": "忘记密码",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/login/newPassword",
|
"style": {
|
"navigationBarTitleText": "输入新密码",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/receive",
|
"style": {
|
"navigationBarTitleText": "领用",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/receiveRecord",
|
"style": {
|
"navigationBarTitleText": "产品领用记录",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/confirmReceive",
|
"style": {
|
"navigationBarTitleText": "确认领取",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/myInfo",
|
"style": {
|
"navigationBarTitleText": "我的信息",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/check/index",
|
"style": {
|
"navigationBarTitleText": "盘点",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/check/checkEntry",
|
"style": {
|
"navigationBarTitleText": "盘点录入明细",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/check/checkDetail",
|
"style": {
|
"navigationBarTitleText": "盘点明细查看",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/followRecords/addRecord",
|
"style": {
|
"navigationBarTitleText": "添加跟进记录",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/changePassword",
|
"style": {
|
"navigationBarTitleText": "修改密码",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/workbench/followRecords/orderList",
|
"style": {
|
"navigationBarTitleText": "订单列表",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/member/createLabel",
|
"style": {
|
"navigationBarTitleText": "创建标签",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
}
|
],
|
"globalStyle": {
|
"backgroundColor":"#F8F8F8"
|
},
|
"tabBar":{
|
"color": "#abb1cc",
|
"selectedColor": "#518EFF",
|
"backgroundColor": "#FFFFFF",
|
"iconWidth": "18px",
|
"spacing": "5px",
|
"list":[
|
{
|
"pagePath": "pages/workbench/index",
|
"iconPath": "static/images/tabbar1.png",
|
"selectedIconPath": "static/images/tabbar1-2.png",
|
"text": "工作台"
|
},
|
{
|
"pagePath": "pages/member/index",
|
"iconPath": "static/images/tabbar2.png",
|
"selectedIconPath": "static/images/tabbar2-2.png",
|
"text": "会员"
|
},
|
{
|
"pagePath": "pages/manager/index",
|
"iconPath": "static/images/tabbar3.png",
|
"selectedIconPath": "static/images/tabbar3-2.png",
|
"text": "管理"
|
},
|
{
|
"pagePath": "pages/mine/index",
|
"iconPath": "static/images/tabbar4.png",
|
"selectedIconPath": "static/images/tabbar4-2.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|