{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/login/index", // 登录 "style": { "app-plus": { "titleNView": false } } },{ "path": "pages/index/index", // 首页 "style": { "app-plus": { "background": "#42349A", "titleNView": { "backgroundColor": "#42349A", "titleText": "" } } } },{ "path": "pages/news/index", //消息 "style": { "app-plus": { "titleNView": { "backgroundColor": "#42349A", "titleText": "消息", "titleColor": "#fff", "titleSize": "40rpx" } } } }, { "path": "pages/index/search", // 搜索页 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/searchData", // 搜索页数据 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/projectInfo", // 项目详情 "style": { "app-plus": { "titleNView": false, "background": "#F7FBFF" } } }, { "path": "pages/index/projectInfoPoint", // 项目详情 节点管理 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/projectInfoPointOrder", // 项目详情 节点批示 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/projectEnd", // 项目详情 项目终止原因 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/index/accessory", // 附件 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/user/index", //我的 "style": { "app-plus": { "titleNView": { "backgroundColor": "#42349A", "titleText": "我的", "titleColor": "#fff", "titleSize": "40rpx" } } } },{ "path": "pages/user/updatePassword", // 我的 修改密码 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/user/version", // 我的 版本更新 "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/user/aboutUs", // 我的 关于我们 "style": { "app-plus": { "titleNView": false } } } ], // "condition": { //模式配置,仅开发期间生效 // "current": 0, //当前激活的模式(list 的索引项) // "list": [ { // "path": "pages/login/index" //启动页面,必选 // }, // { // "path": "pages/index/search" //启动页面,必选 // }, // { // "path": "pages/index/ongoing/detail" //启动页面,必选 // } // ] // }, "subPackages": [{ "root": "pagesMain", "pages": [ { "path": "aboutUs", "style": { "navigationBarTitleText": "关于我们" } }] }], "globalStyle": { "navigationStyle": "default", "navigationBarTextStyle": "black", "navigationBarTitleText": "阜新业扩", "navigationBarBackgroundColor": "#42349A", // "backgroundColor": "#F8F8F8", "app-plus": { "background": "#42349A" } }, "tabBar": { "height": "58px", "borderStyle": "black", "backgroundColor": "#544AA6", "color": "#FDFDFD", "selectedColor": "#FDFDFD", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/icon_index.png", "selectedIconPath": "static/images/icon_index_active.png", "text": "首页" }, { "pagePath": "pages/news/index", "iconPath": "static/images/new.png", "selectedIconPath": "static/images/new_active.png", "text": "消息" }, { "pagePath": "pages/user/index", "iconPath": "static/images/min.png", "selectedIconPath": "static/images/min_active.png", "text": "我的" }] } }