{ "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 } }, { "path": "pages/products/index", "style": { "navigationBarTitleText": "Product" } }, { "path": "pages/article-page/index", "style": { "navigationBarTitleText": "News" } }, { "path": "pages/separate/index", "style": { "navigationBarTitleText": "About Us" } }, { "path": "pages/inquiry/index", "style": { "navigationBarTitleText": "Contact Us" } } ], "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" } ] }, "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "China Trailer, Truck, Trailer Parts, Truck Parts Manufacturers and Factory - Price - SINOTRUCK", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }