jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/app.json
sa_10_0 6983933400 Merge branch 'master' of http://154.8.193.216:3030/admin1/jiangchengfeiyi-xiaochengxu
# Conflicts:
#	pages.json
#	pages/store-home/main/main.vue
#	unpackage/dist/dev/mp-weixin/app.js
#	unpackage/dist/dev/mp-weixin/app.json
2024-10-18 13:36:34 +08:00

58 lines
1.7 KiB
JSON

{
"pages": [
"pages/order/product-unpay/product-unpay",
"pages/home/home/home",
"pages/store-home/main/main",
"pages/mine/main/main",
"pages/Shopping-cart/productmain/productmain",
"pages/store-home/products/product-detail",
"pages/Shopping-cart/servicemain/servicemain",
<<<<<<< HEAD
"pages/booking/AppointmentHome",
"pages/booking/ContactInformation",
"pages/booking/date",
"pages/Shopping-cart/ProductDetails",
"pages/Shopping-cart/ReceivingInformation",
"pages/Shopping-cart/Contact",
"pages/Shopping-cart/address",
"pages/Shopping-cart/Phone/Phone"
=======
"pages/order/product-close/product-close"
>>>>>>> a89799158357dbed9a3c5e0c4bb1151cf2aecf1f
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/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": {}
}