{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/test1/test1", "style": { "navigationBarTitleText": "test1" } }, { "path": "pages/test2/test2", "style": { "navigationBarTitleText": "test2" } }, { "path": "pages/category/category", "style": { "navigationBarTitleText": "category" } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "cart" } }, { "path": "pages/center/center", "style": { "navigationBarTitleText": "center" } } ], "tabBar": { "custom": true, "list": [ { "pagePath": "pages/index/index", "iconPath": "static/icon_home.png", "selectedIconPath": "static/icon_home_select.png", "text": "首页" }, { "pagePath": "pages/category/category", "iconPath": "static/icon_find.png", "selectedIconPath": "static/icon_find_select.png", "text": "分类" }, { "pagePath": "pages/cart/cart", "iconPath": "static/icon_msg.png", "selectedIconPath": "static/icon_msg_select.png", "text": "购物车" }, { "pagePath": "pages/center/center", "iconPath": "static/icon_me.png", "selectedIconPath": "static/icon_me_select.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }