Files
ZhHealth/pages.json
2022-01-07 16:28:29 +08:00

171 lines
3.9 KiB
JSON

{
"pages": [{
"path": "pages/index/index",
"name": "Index",
"style": {
"navigationBarTitleText": "发现",
"navigationStyle": "custom"
}
}, {
"path": "pages/record/index",
"name": "Record",
"style": {
"navigationBarTitleText": "记录",
"navigationStyle": "custom"
}
}, {
"path": "pages/store/index",
"name": "Store",
"style": {
"navigationBarTitleText": "健康生活",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleSize": "16",
"buttons": [{
"float": "right",
"text": "\ue603",
"fontSrc": "/static/iconfont.ttf",
"color": "#666",
"fontSize": "20px"
}]
}
}
}
}, {
"path": "pages/user/index",
"name": "User",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"backgroundImage": "linear-gradient(to right, #34ce98, #22aa98)",
"type": "transparent"
}
}
}
}, {
"path": "pages/auth/auth",
"name": "Auth",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"app-plus": {
"animationType": "slide-in-bottom"
}
}
}, {
"path": "pages/store/goods",
"name": "StoreGoods",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "详情",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"type": "transparent"
}
}
}
}, {
"path": "pages/store/buy",
"name": "StoreBuy",
"style": {
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/index",
"name": "Order",
"style": {
"navigationBarTitleText": "订单",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/details",
"name": "OrderDetails",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/address/index",
"name": "Address",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/address/edit",
"name": "AddressEdit",
"style": {
"navigationBarTitleText": "编辑",
"enablePullDownRefresh": false
}
}, {
"path": "pages/pay/pay",
"name": "Pay",
"style": {
"navigationBarTitleText": "收银台",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/store/list",
"name": "StoreList",
"style": {
"navigationBarTitleText": "商品",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true
}
}, {
"path": "pages/store/meals",
"name": "StoreMeals",
"style": {
"navigationBarTitleText": "套餐",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true
}
}],
"tabBar": {
"borderStyle": "white",
"selectedColor": "#34CE98",
"list": [{
"iconPath": "static/tabBar/tabBar_00.png",
"selectedIconPath": "static/tabBar/tabBar_show_00.png",
"pagePath": "pages/index/index",
"text": "发现"
},
{
"iconPath": "static/tabBar/tabBar_01.png",
"selectedIconPath": "static/tabBar/tabBar_show_01.png",
"pagePath": "pages/record/index",
"text": "记录"
},
{
"iconPath": "static/tabBar/tabBar_02.png",
"selectedIconPath": "static/tabBar/tabBar_show_02.png",
"pagePath": "pages/store/index",
"text": "商城"
},
{
"iconPath": "static/tabBar/tabBar_03.png",
"selectedIconPath": "static/tabBar/tabBar_show_03.png",
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ZH健康",
"navigationBarBackgroundColor": "#F3F6FB",
"backgroundColorTop": "#F3F6FB",
"backgroundColorBottom": "#F3F6FB"
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}