jiangchengfeiyi-xiaochengxu/pages.json

100 lines
1.8 KiB
JSON
Raw Normal View History

{
"pages": [
{
"path" : "pages/home/home/home",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/store-home/main/main",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/mine/main/main",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path": "pages/Shopping-cart/productmain/productmain",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/store-home/products/product-detail",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/Shopping-cart/servicemain/servicemain",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/order/product-close/product-close",
"style" :
2024-10-18 05:36:00 +00:00
{
"navigationBarTitleText" : "",
"navigationBarBackgroundColor": "#a0522d"
}
},
{
"path" : "pages/order/product-unpay/product-unpay",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"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":"我的"
}
]
}
}