123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "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/projectInfoPointOrder", // 项目详情 节点批示
- "style": {
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/projectEnd", // 项目详情 项目终止原因
- "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": "我的"
- }]
- }
- }
|