63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/store-home/main/main",
|
|
"pages/mine/main/main",
|
|
"pages/mine/mineorders/mineorders",
|
|
"pages/Shopping-cart/productmain/productmain",
|
|
"pages/Shopping-cart/servicemain/servicemain",
|
|
"pages/booking/AppointmentHome",
|
|
"pages/booking/ContactInformation",
|
|
"pages/booking/date",
|
|
"pages/store-home/ProductDetails/ProductDetails",
|
|
"pages/Shopping-cart/Contact/Contact",
|
|
"pages/Shopping-cart/Phone/Phone",
|
|
"pages/order/product-unpay/product-unpay",
|
|
"pages/booking/BillingOfFees/BillingOfFees",
|
|
"pages/booking/ReservationInstructions/ReservationInstructions",
|
|
"pages/booking/respectable/respectable",
|
|
"pages/Shopping-cart/newaddress_Info/newaddress_Info",
|
|
"pages/order/product-waitpay/product-waitpay",
|
|
"pages/order/paysuccess/paysuccess",
|
|
"pages/booking/Simple/Simple",
|
|
"pages/booking/bookingpay/bookingpay",
|
|
"pages/order/productOrderDetail/productOrderDetail",
|
|
"pages/login/login"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"backgroundColor": "#F7E7C6",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "./static/home.png",
|
|
"selectedIconPath": "./static/homeselected.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/store-home/main/main",
|
|
"iconPath": "./static/store.png",
|
|
"selectedIconPath": "./static/storeselected.png",
|
|
"text": "商城"
|
|
},
|
|
{
|
|
"pagePath": "pages/Shopping-cart/productmain/productmain",
|
|
"iconPath": "./static/shopcar.png",
|
|
"selectedIconPath": "./static/shopcarselected.png",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/main/main",
|
|
"iconPath": "./static/mine.png",
|
|
"selectedIconPath": "./static/mineselected.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |