122 lines
2.6 KiB
JSON
122 lines
2.6 KiB
JSON
{
|
||
"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": {
|
||
"enablePullDownRefresh": true
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/products/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/article-page/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/separate/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/inquiry/index",
|
||
"style": {
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [
|
||
{
|
||
"root": "application",
|
||
"pages": [
|
||
{
|
||
"path": "product-details",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "default"
|
||
}
|
||
},
|
||
{
|
||
"path": "article-details",
|
||
"style": {
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "default"
|
||
}
|
||
},
|
||
{
|
||
"path": "online",
|
||
"style": {
|
||
"navigationBarTitleText": "%app.Online%",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "default"
|
||
}
|
||
},
|
||
{
|
||
"path": "search-result",
|
||
"style": {
|
||
"navigationBarTitleText": "%app.fulltextsearch%",
|
||
"enablePullDownRefresh": true,
|
||
"navigationStyle": "default"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"tabBar": {
|
||
"color": "#54585c",
|
||
"selectedColor": "#0358ff",
|
||
"list": [
|
||
{
|
||
"text": "%app.Home%",
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "/static/home.png",
|
||
"selectedIconPath": "/static/home-select.png"
|
||
},
|
||
{
|
||
"text": "%app.Product%",
|
||
"pagePath": "pages/products/index",
|
||
"iconPath": "/static/product.png",
|
||
"selectedIconPath": "/static/product-select.png"
|
||
},
|
||
{
|
||
"text": "%app.News%",
|
||
"pagePath": "pages/article-page/index",
|
||
"iconPath": "/static/news.png",
|
||
"selectedIconPath": "/static/news-select.png"
|
||
},
|
||
{
|
||
"text": "%app.About%",
|
||
"pagePath": "pages/separate/index",
|
||
"iconPath": "/static/aboutus.png",
|
||
"selectedIconPath": "/static/aboutus-select.png"
|
||
},
|
||
{
|
||
"text": "%app.Contact%",
|
||
"pagePath": "pages/inquiry/index",
|
||
"iconPath": "/static/contactus.png",
|
||
"selectedIconPath": "/static/contactus-select.png"
|
||
}
|
||
]
|
||
},
|
||
"globalStyle": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK",
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"backgroundColor": "#F8F8F8"
|
||
}
|
||
}
|