You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
181 lines
5.9 KiB
181 lines
5.9 KiB
{ |
|
"pages": [ |
|
{ |
|
"path" : "pages/clients/clients", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "客户列表", |
|
"enablePullDownRefresh": true |
|
} |
|
}, |
|
{ |
|
"path" : "pages/orderDetail/orderDetail", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "订单详情", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/orders/orders", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "订单列表", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "首页" |
|
} |
|
}, |
|
{ |
|
"path" : "pages/password/password", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "修改密码", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/setting/setting", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "设置", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/send/send", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "下载发送", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/plans/plans", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "产品方案", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/teams/teams", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "团队", |
|
"enablePullDownRefresh": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/addOrder/addOrder", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "新建订单", |
|
"enablePullDownRefresh": false |
|
} |
|
},{ |
|
"path" : "pages/clientDetail/clientDetail", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "客户详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/addClient/addClient", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "新建客户", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path" : "pages/ordered/ordered", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "产品订阅", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/person/person", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "我的", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/addMember/addMember", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "添加成员", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/addStaff/addStaff", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "添加成员", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
}, |
|
{ |
|
"path" : "pages/detail/detail", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "详情", |
|
"enablePullDownRefresh": false |
|
} |
|
} |
|
], |
|
"condition": { //模式配置,仅开发期间生效 |
|
"current": 0, //当前激活的模式(list 的索引项) |
|
"list": [{ |
|
"name": "test", //模式名称 |
|
"path": "pages/clients/clients" //启动页面,必选 |
|
}] |
|
}, |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "或然CRM系统", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#f5f5f5", |
|
"app-plus": { |
|
"background": "#efeff4" |
|
} |
|
}, |
|
"tabBar": { |
|
"color": "#7A7E83", |
|
"selectedColor": "#0070ff", |
|
"borderStyle": "black", |
|
"backgroundColor": "#ffffff", |
|
"list": [{ |
|
"pagePath": "pages/index/index", |
|
// "iconPath": "static/image/icon_component.png", |
|
// "selectedIconPath": "static/image/icon_component_HL.png", |
|
"text": "首页" |
|
}, { |
|
"pagePath": "pages/teams/teams", |
|
// "iconPath": "static/image/icon_API.png", |
|
// "selectedIconPath": "static/image/icon_API_HL.png", |
|
"text": "团队" |
|
}, { |
|
"pagePath": "pages/person/person", |
|
// "iconPath": "static/image/icon_API.png", |
|
// "selectedIconPath": "static/image/icon_API_HL.png", |
|
"text": "我的" |
|
}] |
|
} |
|
}
|
|
|