jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/app.json

66 lines
2.1 KiB
JSON
Raw Normal View History

{
"pages": [
2024-10-18 11:52:46 +00:00
"pages/home/home",
"pages/store-home/main/main",
"pages/mine/main/main",
2024-11-05 12:08:32 +00:00
"pages/mine/mineorders/mineorders",
"pages/Shopping-cart/productmain/productmain",
2024-10-18 11:52:46 +00:00
"pages/booking/AppointmentHome",
"pages/booking/ContactInformation",
"pages/booking/date",
"pages/store-home/ProductDetails/ProductDetails",
"pages/Shopping-cart/Phone/Phone",
"pages/order/product-unpay/product-unpay",
"pages/booking/BillingOfFees/BillingOfFees",
"pages/booking/ReservationInstructions/ReservationInstructions",
"pages/booking/respectable/respectable",
2024-10-19 08:31:40 +00:00
"pages/Shopping-cart/newaddress_Info/newaddress_Info",
"pages/order/product-waitpay/product-waitpay",
2024-10-20 05:16:38 +00:00
"pages/order/paysuccess/paysuccess",
"pages/booking/Simple/Simple",
2024-11-03 23:34:53 +00:00
"pages/booking/bookingpay/bookingpay",
2024-11-05 06:39:58 +00:00
"pages/order/productOrderDetail/productOrderDetail",
2024-11-09 15:05:41 +00:00
"pages/login/login",
<<<<<<< HEAD
2024-11-09 15:05:41 +00:00
"pages/Shopping-cart/component/addProduct"
=======
2024-11-09 09:43:22 +00:00
"pages/mine/OrderDetails/OrderDetails"
>>>>>>> c9237d26d1ae81ae719b02c06a049bdb594622bd
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
2024-10-19 08:31:40 +00:00
"backgroundColor": "#F7E7C6",
"list": [
{
2024-10-18 11:52:46 +00:00
"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": {}
}