83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/index/search",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/index/detail",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/index/category",
|
||
"style": {
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "我爱外卖",
|
||
"navigationBarBackgroundColor": "#ff5801",
|
||
"backgroundColor": "#ff5801"
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#8a8a8a",
|
||
"selectedColor": "#ea5a2a",
|
||
"borderStyle": "#dddddd",
|
||
"backgroundColor": "#ffffff",
|
||
"height": "54px",
|
||
"fontSize": "13px",
|
||
"spacing": "3px",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/images/icons/cart.png",
|
||
"selectedIconPath": "static/images/icons/cart_select.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/order/index",
|
||
"iconPath": "static/images/icons/order.png",
|
||
"selectedIconPath": "static/images/icons/order_select.png",
|
||
"text": "订单"
|
||
},
|
||
{
|
||
"pagePath": "pages/user/index",
|
||
"iconPath": "static/images/icons/user.png",
|
||
"selectedIconPath": "static/images/icons/user_select.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |