jiangchengfeiyi-xiaochengxu/pages.json

206 lines
3.5 KiB
JSON
Raw Normal View History

{
"pages": [
{
2024-10-18 11:52:46 +00:00
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/store-home/main/main",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/main/main",
"style" :
{
"navigationBarTitleText" : ""
}
},
2024-11-05 12:08:32 +00:00
{
"path" : "pages/mine/mineorders/mineorders",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path": "pages/Shopping-cart/productmain/productmain",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
2024-10-18 11:52:46 +00:00
"path" : "pages/Shopping-cart/servicemain/servicemain",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
2024-10-18 11:52:46 +00:00
"path" : "pages/booking/AppointmentHome",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/booking/ContactInformation",
"style" :
{
"navigationBarTitleText" : "联系人信息"
}
},
{
"path" : "pages/booking/date",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/store-home/ProductDetails/ProductDetails",
"style" :
{
"navigationBarTitleText" : ""
}
},
2024-10-18 11:52:46 +00:00
{
"path" : "pages/Shopping-cart/Contact/Contact",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/Shopping-cart/Phone/Phone",
"style" :
{
"navigationBarTitleText" : "",
"navigationBarBackgroundColor": "#a0522d"
}
},
2024-10-18 05:36:00 +00:00
{
"path" : "pages/order/product-unpay/product-unpay",
"style" :
{
"navigationBarTitleText" : ""
}
2024-10-18 11:52:46 +00:00
},
{
"path" : "pages/booking/BillingOfFees/BillingOfFees",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/booking/ReservationInstructions/ReservationInstructions",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/booking/respectable/respectable",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
2024-10-19 08:31:40 +00:00
"path" : "pages/Shopping-cart/newaddress_Info/newaddress_Info",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/order/product-waitpay/product-waitpay",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/order/paysuccess/paysuccess",
"style" :
2024-10-20 05:16:38 +00:00
{
"navigationBarTitleText" : ""
}
},
{
"path": "pages/booking/Simple/Simple",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/booking/bookingpay/bookingpay",
"style" :
2024-11-03 23:34:53 +00:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/order/productOrderDetail/productOrderDetail",
"style" :
2024-11-05 06:39:58 +00:00
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"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":"我的"
}
]
}
}