{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "%index.title%" } }, { "path": "pages/component/component", "style": { "navigationBarTitleText": "%index.component%", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "Login", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/login/forget", "style": { "navigationBarTitleText": "Forgot Password", "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "%user.title%", "navigationStyle": "custom" } }, { "path": "pages/user/order/index", "style": { "navigationBarTitleText": "%user.myOrders%", "navigationStyle": "custom" } }, { "path": "pages/user/wallet/index", "style": { "navigationBarTitleText": "%user.subscribe%", "navigationStyle": "custom" } }, { "path": "pages/user/wallet/list", "style": { "navigationBarTitleText": "%user.myAccount%", "navigationStyle": "custom" } }, { "path": "pages/user/profile/index", "style": { "navigationBarTitleText": "%user.profile%", "navigationStyle": "custom" } }, { "path": "pages/user/settings/index", "style": { "navigationBarTitleText": "%user.settings%", "navigationStyle": "custom" } }, { "path": "pages/user/about/index", "style": { "navigationBarTitleText": "%user.about%", "navigationStyle": "custom" } }, { "path": "pages/user/feedback/index", "style": { "navigationBarTitleText": "%user.feedback%", "navigationStyle": "custom" } } ], // "tabBar": { // "color": "#7A7E83", // "selectedColor": "#007AFF", // "borderStyle": "black", // "backgroundColor": "#F8F8F8", // "list": [{ // "pagePath": "pages/index/index", // "text": "%index.home%" // }, // { // "pagePath": "pages/component/component", // "text": "%index.component%" // } // ] // }, "tabBar": { "color": "#444444", "selectedColor": "#079307", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tab/icon1_n.png", "selectedIconPath": "static/tab/icon1_y.png", "text": "%tabar.course%" }, { "pagePath": "pages/book/index", "iconPath": "static/tab/icon3_n.png", "selectedIconPath": "static/tab/icon3_y.png", "text": "%tabar.book%" }, { "pagePath": "pages/user/index", "iconPath": "static/tab/icon4_n.png", "selectedIconPath": "static/tab/icon4_y.png", "text": "%tabar.user%" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "疯子读书", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "navigationStyle": "custom" } }