{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/report/report", "style": { "navigationBarTitleText": "报告", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/buy/buy", "style": { "navigationBarTitleText": "已购", "enablePullDownRefresh": true } }, { "path": "pages/chart/chart", "style": { "navigationBarTitleText": "ETA图库", "enablePullDownRefresh": true } }, { "path": "pages/activity/activity", "style": { "navigationBarTitleText": "活动", "enablePullDownRefresh": true } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } }, { "path":"pages/login", "style":{ "navigationBarTitleText":"绑定联系方式" } }, { "path": "pages/pc", "style":{ "navigationBarTitleText": "" } } ], "subPackages":[ // 活动模块 { "root":"pages-activity", "pages":[ { "path":"detail", "style":{ "navigationBarTitleText":"活动详情" } }, { "path":"noAuthority", "style":{ "navigationBarTitleText":"活动详情" } }, { "path": "reportDetail", "style":{ "navigationBarTitleText": "报告详情" } } ] }, // 申请权限模块 { "root":"pages-applyPermission", "pages": [ { "path":"applyPermission", "style":{ "navigationBarTitleText":"申请试用" } }, { "path":"selectVariety", "style":{ "navigationBarTitleText":"选择品种" } }, { "path":"applyResult", "style":{ "navigationBarTitleText":"申请结果" } } ] }, // 用户模块 { "root": "pages-user", "pages": [ { "path": "permissionList", "style":{ "navigationBarTitleText": "品种权限" } } ] }, // 图库模块 { "root": "pages-chart", "pages": [ { "path": "allTypes", "style":{ "navigationBarTitleText": "图表分类" } }, { "path": "chartDetail", "style":{ "navigationBarTitleText": "图表详情" } } ] }, //已购模块 { "root": "pages-buy", "pages": [ { "path":"detail", "style":{ "navigationBarTitleText":"" } } ] }, // 研报模块 { "root": "pages-report", "pages": [ { "path":"classify", "style":{ "navigationBarTitleText":"FICC研报分类", "enablePullDownRefresh": true } }, { "path":"search", "style":{ "navigationBarTitleText":"FICC研报" } }, // 专栏列表 classifyId { "path": "specialColumn/list", "style":{ "enablePullDownRefresh": true } }, // 专栏详情 columnId { "path": "specialColumn/detail", "style":{ "enablePullDownRefresh": true } }, // 报告列表 classifyId { "path": "reportList", "style":{ "enablePullDownRefresh": true } }, // 报告列表搜索页 { "path": "reportListSearch" }, //报告详情 { "path": "reportDetail" }, // 章节详情 { "path": "chapterDetail" }, //ficc介绍页面 { "path": "ficcService" } ] } ], "tabBar": { "custom": true, "color": "#1F243A", "selectedColor": "#E3B377", "list": [ { "pagePath": "pages/report/report", "text": "报告", "iconPath": "./static/tabbar/report.png", "selectedIconPath": "./static/tabbar/report-s.png" }, { "pagePath": "pages/buy/buy", "text": "已购", "iconPath": "./static/tabbar/buy.png", "selectedIconPath": "./static/tabbar/buy-s.png" }, { "pagePath": "pages/chart/chart", "text": "图库", "iconPath": "./static/tabbar/chart.png", "selectedIconPath": "./static/tabbar/chart-s.png" }, { "pagePath": "pages/activity/activity", "text": "活动", "iconPath": "./static/tabbar/activity.png", "selectedIconPath": "./static/tabbar/activity-s.png" }, { "pagePath": "pages/user/user", "text": "我的", "iconPath": "./static/tabbar/user.png", "selectedIconPath": "./static/tabbar/user-s.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "弘则研报", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF", "usingComponents":{ "drag":"/wxcomponents/drag/index", "van-button":"/wxcomponents/vant/button/index", "van-toast":"/wxcomponents/vant/toast/index", "van-popup":"/wxcomponents/vant/popup/index", "van-search": "/wxcomponents/vant/search/index", "van-sticky": "/wxcomponents/vant/sticky/index", "van-field": "/wxcomponents/vant/field/index", "van-icon": "/wxcomponents/vant/icon/index", "van-radio": "/wxcomponents/vant/radio/index", "van-tab": "/wxcomponents/vant/tab/index", "van-tabs": "/wxcomponents/vant/tabs/index", "van-count-down": "/wxcomponents/vant/count-down/index", "van-empty": "/wxcomponents/vant/empty/index", "van-checkbox": "/wxcomponents/vant/checkbox/index", "van-transition": "/wxcomponents/vant/transition/index", "van-collapse": "/wxcomponents/vant/collapse/index", "van-collapse-item": "/wxcomponents/vant/collapse-item/index", "van-tag": "/wxcomponents/vant/tag/index", "van-row": "/wxcomponents/vant/row/index", "van-col": "/wxcomponents/vant/col/index", "van-progress": "/wxcomponents/vant/progress/index" } } }