{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/dynamic/index", "style": { "navigationBarTitleText": "动态", "disableSwipeBack": true } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "个人", "disableSwipeBack": true } }, { "path": "pages/fill/index", "style": { "navigationBarTitleText": "填报", "disableSwipeBack": true } }, { "path": "pages/my/login", "style": { "navigationBarTitleText": "绑定账号", "navigationStyle": "custom", "disableSwipeBack": true } }, { "path": "pages/dynamic/seniorExecutive/detail", "style": { "navigationBarTitleText": "动态", "disableSwipeBack": true } }, { "path": "pages/dynamic/seniorExecutive/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } }, { "path": "pages/dynamic/department/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } }, { "path": "pages/dynamic/department/detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } }, { "path": "pages/dynamic/industry/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } }, { "path": "pages/dynamic/industry/detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/dynamic/subject/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } }, { "path": "pages/dynamic/subject/detail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "disableSwipeBack": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "动态", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/dynamic/index", // "iconPath": "static/image/icon_component.png", // "selectedIconPath": "static/image/icon_component_HL.png", "text": "动态" }, { "pagePath": "pages/fill/index", // "iconPath": "static/image/icon_API.png", // "selectedIconPath": "static/image/icon_API_HL.png", "text": "填报" }, { "pagePath": "pages/my/index", // "iconPath": "person", // "selectedIconPath": "static/image/icon_API_HL.png", "text": "个人" }] } }