{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "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" }, { "pagePath": "pages/category/category" }, { "pagePath": "pages/cart/cart" }, { "pagePath": "pages/center/center" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }