205 lines
3.8 KiB
JSON
205 lines
3.8 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order-hall/order-hall",
|
|
"style": {
|
|
"navigationBarTitleText": "订单大厅"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/message",
|
|
"style": {
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pickup/pickup",
|
|
"style": {
|
|
"navigationBarTitleText": "代取"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/delivery/delivery",
|
|
"style": {
|
|
"navigationBarTitleText": "代送"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/help/help",
|
|
"style": {
|
|
"navigationBarTitleText": "万能帮"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/purchase/purchase",
|
|
"style": {
|
|
"navigationBarTitleText": "代购"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/food/food",
|
|
"style": {
|
|
"navigationBarTitleText": "美食街"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/food/shop-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "门店详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/food/food-order",
|
|
"style": {
|
|
"navigationBarTitleText": "美食街订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/food/food-order-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "美食街订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/order-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/my-orders",
|
|
"style": {
|
|
"navigationBarTitleText": "我的订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/my-taken",
|
|
"style": {
|
|
"navigationBarTitleText": "我的接单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/complete-order",
|
|
"style": {
|
|
"navigationBarTitleText": "完成订单确认"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/system-msg",
|
|
"style": {
|
|
"navigationBarTitleText": "系统消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/order-notify",
|
|
"style": {
|
|
"navigationBarTitleText": "订单通知"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/chat",
|
|
"style": {
|
|
"navigationBarTitleText": "聊天"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/earnings",
|
|
"style": {
|
|
"navigationBarTitleText": "我的收益"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/earnings-record",
|
|
"style": {
|
|
"navigationBarTitleText": "收益记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/runner/certification",
|
|
"style": {
|
|
"navigationBarTitleText": "跑腿认证"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/config/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "用户协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/config/privacy",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/config/qrcode",
|
|
"style": {
|
|
"navigationBarTitleText": "客服二维码"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/webview/webview",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "校园跑腿",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F5F5F5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#007AFF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tab/ic_home.png",
|
|
"selectedIconPath": "static/tab/ic_home_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order-hall/order-hall",
|
|
"text": "订单大厅",
|
|
"iconPath": "static/tab/ic_orders.png",
|
|
"selectedIconPath": "static/tab/ic_orders_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/message",
|
|
"text": "消息",
|
|
"iconPath": "static/tab/ic_message.png",
|
|
"selectedIconPath": "static/tab/ic_message_s.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "static/tab/ic_me.png",
|
|
"selectedIconPath": "static/tab/ic_me_s.png"
|
|
}
|
|
]
|
|
}
|
|
}
|