dl_site_app/src/pages.json

117 lines
2.7 KiB
JSON
Raw Normal View History

2025-08-10 23:06:19 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK",
"enablePullDownRefresh": true
2025-08-10 23:06:19 +08:00
}
},
{
"path": "pages/products/index",
"style": {
"navigationBarTitleText": "Product",
"enablePullDownRefresh": true
}
},
{
"path": "pages/article-page/index",
"style": {
"navigationBarTitleText": "News"
}
},
{
"path": "pages/separate/index",
"style": {
"navigationBarTitleText": "About Us",
"enablePullDownRefresh": true
}
},
{
"path": "pages/inquiry/index",
"style": {
"navigationBarTitleText": "Contact Us"
}
2025-08-10 23:06:19 +08:00
}
],
"subPackages": [
{
"root": "application",
"pages": [
{
"path": "product-details",
"style": {
"navigationBarTitleText": "Product details",
"enablePullDownRefresh": true,
"navigationStyle": "default"
}
},
{
"path": "article-details",
"style": {
"navigationBarTitleText": "News detail",
"enablePullDownRefresh": true
}
},
{
"path": "online",
"style": {
"navigationBarTitleText": "Online",
"enablePullDownRefresh": true
}
}
]
}
],
"tabBar": {
"color": "#54585c",
"selectedColor": "#0358ff",
"list": [
{
"text": "Home",
"pagePath": "pages/index/index",
"iconPath": "/static/home.png",
"selectedIconPath": "/static/home-select.png"
},
{
"text": "Product",
"pagePath": "pages/products/index",
"iconPath": "/static/product.png",
"selectedIconPath": "/static/product-select.png"
},
{
"text": "News",
"pagePath": "pages/article-page/index",
"iconPath": "/static/news.png",
"selectedIconPath": "/static/news-select.png"
},
{
"text": "About Us",
"pagePath": "pages/separate/index",
"iconPath": "/static/aboutus.png",
"selectedIconPath": "/static/aboutus-select.png"
},
{
"text": "Contact Us",
"pagePath": "pages/inquiry/index",
"iconPath": "/static/contactus.png",
"selectedIconPath": "/static/contactus-select.png"
}
]
},
2025-08-10 23:06:19 +08:00
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}