{
|
"pages": [
|
{
|
"path": "pages/workbench/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/login/index",
|
"style": {
|
"transparentTitle": "always",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
|
{
|
"path": "pages/member/index",
|
"style": {
|
"transparentTitle": "always",
|
"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",
|
"titleNView": {
|
"buttons": [
|
{
|
"text": "\ue696",
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
"fontSize": "18px",
|
"width":"25px",
|
"float":"right"
|
}
|
]
|
}
|
}
|
}
|
},
|
{
|
"path": "pages/mine/setting",
|
"style": {
|
"navigationBarTitleText": "设置",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
},
|
{
|
"path": "pages/mine/knowledge",
|
"style": {
|
"navigationBarTitleText": "知识库",
|
"navigationBarBackgroundColor":"#FFFFFF",
|
"navigationBarTextStyle":"black",
|
"app-plus":{
|
"scrollIndicator": "none"
|
}
|
}
|
}
|
],
|
"globalStyle": {
|
"backgroundColor":"#F8F8F8"
|
},
|
"tabBar":{
|
"color": "#abb1cc",
|
"selectedColor": "#518EFF",
|
"backgroundColor": "#FFFFFF",
|
"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/mine/index",
|
"iconPath": "static/images/tabbar3.png",
|
"selectedIconPath": "static/images/tabbar3-2.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|