GameServicePlatform/pages.json

104 lines
2.7 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^service-card": "@/components/service-card/index.vue",
"^order-card": "@/components/order-card/index.vue",
"^game-category": "@/components/game-category/index.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "电竞服务",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/category/list",
"style": {
"navigationBarTitleText": "服务列表",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/service/detail",
"style": {
"navigationBarTitleText": "服务详情",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/create",
"style": {
"navigationBarTitleText": "下单确认",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#0a0e27",
"navigationBarTextStyle": "white"
}
}
],
"tabBar": {
"color": "#7a7e9d",
"selectedColor": "#00ffff",
"backgroundColor": "#0a0e27",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home-active.png"
},
{
"pagePath": "pages/order/list",
"text": "订单",
"iconPath": "static/icons/order.png",
"selectedIconPath": "static/icons/order-active.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/icons/user.png",
"selectedIconPath": "static/icons/user-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "电竞服务平台",
"navigationBarBackgroundColor": "#0a0e27",
"backgroundColor": "#0f1229",
"backgroundColorTop": "#0a0e27",
"backgroundColorBottom": "#0f1229"
}
}