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.
 
 
 
 
 
 

75 lines
2.0 KiB

{
// "condition": { //
// "current": 0, //(list )
// "list": [{
// "name": "test", //
// "path": "pages/componentsA/test/test", //
// "query": "" //onLoad
// }]
// },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/AddFragment",
"style": {}
},{
"path": "pages/home/FindFragment",
"style": {}
}, {
"path": "pages/home/UserFragment",
"style": {}
},{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "APP示例"
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#959595",
"selectedColor": "#41adf8",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/home/FindFragment",
"iconPath": "static/bottom-icon/find_normal.png",
"selectedIconPath": "static/bottom-icon/find_press.png",
"text": "业务"
}, {
"pagePath": "pages/home/AddFragment",
"iconPath": "static/bottom-icon/add_normal.png",
"selectedIconPath": "static/bottom-icon/add_press.png",
"text": "消息"
}, {
"pagePath": "pages/home/UserFragment",
"iconPath": "static/bottom-icon/mine_normal.png",
"selectedIconPath": "static/bottom-icon/mine_press.png",
"text": "我的"
}]
}
}