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": {
|
2025-08-13 00:24:59 +08:00
|
|
|
|
"navigationBarTitleText": "China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK",
|
|
|
|
|
"enablePullDownRefresh": true
|
2025-08-10 23:06:19 +08:00
|
|
|
|
}
|
2025-08-12 00:07:19 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/products/index",
|
|
|
|
|
"style": {
|
2025-08-17 16:47:10 +08:00
|
|
|
|
"navigationBarTitleText": "Product",
|
|
|
|
|
"enablePullDownRefresh": true
|
2025-08-12 00:07:19 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/article-page/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "News"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/separate/index",
|
|
|
|
|
"style": {
|
2025-08-17 16:47:10 +08:00
|
|
|
|
"navigationBarTitleText": "About Us",
|
|
|
|
|
"enablePullDownRefresh": true
|
2025-08-12 00:07:19 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/inquiry/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "Contact Us"
|
|
|
|
|
}
|
2025-08-10 23:06:19 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
2025-08-19 00:31:08 +08:00
|
|
|
|
"subPackages": [
|
|
|
|
|
{
|
|
|
|
|
"root": "application",
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "product-details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "Product details",
|
2025-08-20 00:09:05 +08:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationStyle": "default"
|
2025-08-19 00:31:08 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "article-details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "News detail",
|
2025-08-23 22:50:25 +08:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationStyle": "default"
|
2025-08-19 00:31:08 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "online",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "Online",
|
2025-08-23 22:50:25 +08:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationStyle": "default"
|
2025-08-19 00:31:08 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-08-12 00:07:19 +08:00
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|