{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "app-plus":{ "titleNView":false } } }, { "path": "pages/index/search", "style": { "app-plus":{ "titleNView":false } } }, { "path": "pages/category/index", "style": { "app-plus":{ "titleNView":false } } }, { "path": "pages/account/index", "style": { "app-plus":{ "titleNView":false } } }, { "path": "pages/account/myProfile", "style": { "navigationBarTitleText": "My Profile", "navigationBarBackgroundColor":"#FFFFFF" } }, { "path": "pages/account/settings", "style": { "navigationBarTitleText": "Settings", "navigationBarBackgroundColor":"#FFFFFF" } }, { "path": "pages/account/wishlist", "style": { "titleNView":false } }, { "path": "pages/account/favorites", "style": { "titleNView":false } }, { "path": "pages/account/message", "style": { "titleNView":false } }, { "path": "pages/login/index", "style": { "titleNView":false } }, { "path": "pages/login/verifyEmail", "style": { "navigationBarTitleText": "Verify Email Address", "navigationBarBackgroundColor":"#FFFFFF" } }, { "path": "pages/login/changePwd", "style": { "navigationBarTitleText": "Change Password", "navigationBarBackgroundColor":"#FFFFFF" } }, { "path": "pages/account/myOrders", "style": { "navigationBarTitleText": "My orders", "navigationBarBackgroundColor":"#FFFFFF" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "borderStyle": "black", "backgroundColor": "#FFFFFF", "color": "#999999", "selectedColor": "#000000", "height":"60px", "midButton":{ "width": "80px", "height":"70px", "iconWidth":"60px", "iconPath":"static/img/tabbar_img.png" }, "list": [{ "pagePath": "pages/index/index", "iconPath": "static/img/home.png", "selectedIconPath": "static/img/home1.png", "text": "Home" }, { "pagePath": "pages/category/index", "iconPath": "static/img/Category.png", "selectedIconPath": "static/img/Category1.png", "text": "Category" }, { "pagePath": "pages/tabbar/tabbar-4/tabbar-4", "iconPath": "static/img/Cart.png", "selectedIconPath": "static/img/Cart1.png", "text": "Cart" }, { "pagePath": "pages/account/index", "iconPath": "static/img/Account.png", "selectedIconPath": "static/img/Account1.png", "text": "Account" } ] } }