122 lines
2.6 KiB
JSON
122 lines
2.6 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/cabinet/index",
|
||
"style": {
|
||
"navigationBarTitleText": "货柜"
|
||
}
|
||
}
|
||
,
|
||
{
|
||
"path": "pages/mine/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
}
|
||
,
|
||
{
|
||
"path": "pages/points/index",
|
||
"style": {
|
||
"navigationBarTitleText": "积分记录"
|
||
}
|
||
}
|
||
,
|
||
{
|
||
"path": "pages/orders/index",
|
||
"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": "对对碰" }
|
||
}
|
||
],
|
||
"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": {}
|
||
}
|