171 lines
3.3 KiB
JSON
171 lines
3.3 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/index",
|
||
"style": {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shop/index",
|
||
"style": {
|
||
"navigationBarTitleText": "商城"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shop/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "商品详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/cabinet/index",
|
||
"style": {
|
||
"navigationBarTitleText": "盒柜"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/points/index",
|
||
"style": {
|
||
"navigationBarTitleText": "积分记录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/orders/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的订单"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/orders/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/address/index",
|
||
"style": {
|
||
"navigationBarTitleText": "地址管理"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/address/edit",
|
||
"style": {
|
||
"navigationBarTitleText": "编辑地址"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/help/index",
|
||
"style": {
|
||
"navigationBarTitleText": "使用帮助"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/agreement/user",
|
||
"style": {
|
||
"navigationBarTitleText": "用户协议"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/agreement/purchase",
|
||
"style": {
|
||
"navigationBarTitleText": "购买协议"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/activity/yifanshang/index",
|
||
"style": {
|
||
"navigationBarTitleText": "一番赏"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/activity/wuxianshang/index",
|
||
"style": {
|
||
"navigationBarTitleText": "无限赏"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/activity/duiduipeng/index",
|
||
"style": {
|
||
"navigationBarTitleText": "对对碰"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/activity/list/index",
|
||
"style": {
|
||
"navigationBarTitleText": "活动列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/activity/pata/index",
|
||
"style": {
|
||
"navigationBarTitleText": "爬塔"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/game/webview",
|
||
"style": {
|
||
"navigationBarTitleText": "游戏挑战",
|
||
"navigationBarBackgroundColor": "#000000",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/register/register",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
}
|
||
],
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#007AFF",
|
||
"backgroundColor": "#FFFFFF",
|
||
"borderStyle": "black",
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/index/index",
|
||
"text": "首页",
|
||
"iconPath": "static/tab/home.png",
|
||
"selectedIconPath": "static/tab/home_active.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/shop/index",
|
||
"text": "商城",
|
||
"iconPath": "static/tab/shop.png",
|
||
"selectedIconPath": "static/tab/shop_active.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/cabinet/index",
|
||
"text": "盒柜",
|
||
"iconPath": "static/tab/box.png",
|
||
"selectedIconPath": "static/tab/box_active.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/index",
|
||
"text": "我的",
|
||
"iconPath": "static/tab/profile.png",
|
||
"selectedIconPath": "static/tab/profile_active.png"
|
||
}
|
||
]
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |