gdoo/h5/pages.json

146 lines
3.5 KiB
JSON

{
"pages": [
{
"path": "pages/index",
"style": {
"navigationStyle":"custom"
}
},
{
"path": "pages/tabbar/notice",
"style": {
"navigationBarTitleText": "消息中心",
"navigationStyle":"custom",
"enablePullDownRefresh": true
}
},{
"path": "pages/tabbar/work",
"style": {
"navigationBarTitleText": "应用",
"navigationStyle":"custom"
}
},{
"path": "pages/tabbar/publish",
"style": {
"navigationBarTitleText": "发布",
"navigationStyle":"custom"
}
},{
"path": "pages/tabbar/addressbook",
"style": {
"navigationBarTitleText": "通讯录",
"navigationStyle":"custom"
}
},{
"path": "pages/tabbar/me",
"style": {
"navigationBarTitleText": "个人",
"navigationStyle":"custom"
}
},{
"path": "pages/login/wap",
"style": {
"navigationStyle":"custom"
}
},{
"path": "pages/login/wechat",
"style": {
"navigationStyle":"custom"
}
},{
"path": "pages/webview",
"style": {
"navigationStyle":"custom"
}
},{
"path": "pages/app/article/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "新闻公告",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/workflow/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "工作流程",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/saleOrder/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "销售订单",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/delivery/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "发货列表",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/approach/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "进店列表",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/promotion/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "促销列表",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/promotionMaterial/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "促销资料列表",
"enablePullDownRefresh": true
}
},{
"path": "pages/app/promotionMaterial/upload",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "促销资料上传"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Gdoo协同办公",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"color": "#8F8F94",
"selectedColor": "#007aff",
"list": [{
"pagePath": "pages/tabbar/notice",
"iconPath": "static/img/tabbar/news.png",
"selectedIconPath": "static/img/tabbar/news_on.png",
"text": "消息"
},{
"pagePath": "pages/tabbar/work",
"iconPath": "static/img/tabbar/work.png",
"selectedIconPath": "static/img/tabbar/work_on.png",
"text": "应用"
},{
"pagePath": "pages/tabbar/addressbook",
"iconPath": "static/img/tabbar/addresslist.png",
"selectedIconPath": "static/img/tabbar/addresslist_on.png",
"text": "通讯录"
},{
"pagePath": "pages/tabbar/me",
"iconPath": "static/img/tabbar/me.png",
"selectedIconPath": "static/img/tabbar/me_on.png",
"text": "我"
}]
}
}