Files
MALL_MP_WX/pages.json
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

187 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "我的"
}
]
}
}