187 lines
4.2 KiB
JSON
187 lines
4.2 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/index",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},{
|
||
"path": "pages/startPage/index",
|
||
"style": {
|
||
"navigationBarTitleText": "星云闪充",
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "星云闪充",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "pages/ChargingStation/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/order/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/personal/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/home/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页",
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/link/link",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/Station/index",
|
||
"style": {
|
||
"navigationBarTitleText": "店铺列表"
|
||
// "navigationStyle": "custom"
|
||
}
|
||
}, {
|
||
"path": "pages/ShoppingCart/index",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车",
|
||
"enablePullDownRefresh": true
|
||
// "navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/personal/points",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "积分记录",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "Product",
|
||
"pages": [{
|
||
"path": "pages/list",
|
||
"style": {
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"navigationBarTitleText": "分类商品",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "pages/product",
|
||
"style": {
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"navigationBarTitleText": "分类商品",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "pages/placeOrder",
|
||
"style": {
|
||
"navigationBarTitleText": "订单填写",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/paySuccess",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}]
|
||
}, {
|
||
"root": "Order",
|
||
"pages": [{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"navigationBarTitleText": "我的订单",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "pages/details/index",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}]
|
||
},{
|
||
"root": "Seting",
|
||
"pages": [{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"navigationBarTitleText": "个人信息",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
} ]
|
||
}],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"tabBar": {
|
||
"iconWidth": "15rpx",
|
||
"borderStyle": "white",
|
||
"color": "#bbbbbb", //字体颜色
|
||
"selectedColor": "#F83D3D", //选中时字体颜色
|
||
"list": [{
|
||
"pagePath": "pages/home/index",
|
||
"iconPath": "static/home.png",
|
||
"selectedIconPath": "static/select-home.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/Station/index",
|
||
"iconPath": "static/ChargingStation.png",
|
||
"selectedIconPath": "static/select-ChargingStation.png",
|
||
"text": "油站"
|
||
},
|
||
{
|
||
"pagePath": "pages/ShoppingCart/index",
|
||
"iconPath": "static/gwc.png",
|
||
"selectedIconPath": "static/select-gwc.png",
|
||
"text": "购物车"
|
||
},
|
||
{
|
||
"pagePath": "pages/personal/index",
|
||
"iconPath": "static/Personal.png",
|
||
"selectedIconPath": "static/select-Personal.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |