123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/report/report",
- "style": {
- "navigationBarTitleText": "FICC研报",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/buy/buy",
- "style": {
- "navigationBarTitleText": "已购",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/chart/chart",
- "style": {
- "navigationBarTitleText": "图库",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/activity/activity",
- "style": {
- "navigationBarTitleText": "线下沙龙",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/question/question",
- "style": {
- "navigationBarTitleText": "问答社区",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/login",
- "style":{
- "navigationBarTitleText":"绑定联系方式"
- }
- },
- {
- "path": "pages/pc",
- "style":{
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/pricedriven/pricedriven",
- "style":{
- "navigationBarTitleText":"价格驱动"
- }
- },
- {
- "path": "pages/video/videoList",
- "style": {
- "navigationBarTitleText": "视频社区",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/video/videoSearch",
- "style": {
- "navigationBarTitleText": "视频社区"
- }
- },
- {
- "path":"pages/voice/voice",
- "style": {
- "navigationBarTitleText": "语音播报",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/roadShow/video/list",
- "style": {
- "navigationBarTitleText": "线上路演",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/myChart/index",
- "style": {
- "navigationBarTitleText": "我的图库",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/positionAnalysis/index",
- "style": {
- "navigationBarTitleText": "持仓分析",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/positionAnalysis/detail",
- "style": {
- "navigationBarTitleText": "持仓分析"
- }
- },
- {
- "path":"pages/transitionPage"
- },
- {
- "path":"pages/forexCalendar/index",
- "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": "品种权限"
- }
- },
- {
- "path": "messageList",
- "style":{
- "navigationBarTitleText": "消息通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "mysetting",
- "style":{
- "navigationBarTitleText": "我的设置"
- }
- },
- {
- "path": "myCollect",
- "style":{
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- // 图库模块
- {
- "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"
- },
- // 章节列表
- {
- "path": "chapterList"
- },
- //ficc介绍页面
- {
- "path": "ficcService"
- },
- //预览图片
- {
- "path":"previewImage",
- "style":{
- "navigationStyle": "custom"
- }
- },
- //按用户有权限品种分的报告列表页
- {
- "path": "reportForVariety/list",
- "style":{
- "enablePullDownRefresh": true
- }
- },
- //报告详情背景音频播放页
- {
- "path": "reportBgAudio"
- },
- {
- "path": "audioPlayListSet",
- "style":{
- "navigationBarTitleText": "播放列表 "
- }
- },
- {
- "path": "previewPDF"
- }
- ,{
- "path" : "disseminatePage/disseminatePage",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "surveyHistory/surveyHistory",
- "style" :
- {
- "navigationBarTitleText" : "调研列表",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "signUpPage/signUpPage",
- "style" :
- {
- "navigationBarTitleText" : "报名",
- "enablePullDownRefresh" : false
- }
- }
- ]
- },
- // 问答模块
- {
- "root": "pages-question",
- "pages": [
- {
- "path": "answerList",
- "style":{
- "navigationBarTitleText": "我的问答",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "answerDetail",
- "style":{
- "navigationBarTitleText": "问答详情"
- }
- },
- {
- "path": "hasQuestion",
- "style":{
- "navigationBarTitleText": "我要提问"
- }
- }
- ]
- },
- // 沙盘图
- {
- "root": "pages-sandTable",
- "pages": [
- {
- "path": "sandTable",
- "style":{
- "navigationBarTitleText": "沙盘推演",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- //语音播放模块
- {
- "root":"pages-voice",
- "pages": [
- {
- "path": "addVoice",
- "style":{
- "navigationBarTitleText": "新建语音"
- }
- },
- {
- "path": "voiceDetail",
- "style":{
- "navigationBarTitleText": "播报详情"
- }
- },
- {
- "path": "myVoice",
- "style":{
- "navigationBarTitleText": "我的语音",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- //线上路演模块
- {
- "root":"pages-roadShow",
- "pages":[
- {
- "path":"video/list",
- "style": {
- "navigationBarTitleText": "线上路演",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"video/search",
- "style": {
- "navigationBarTitleText": "线上路演"
- }
- }
- ]
- },
- // 我的图库模块
- {
- "root":"pages-myChart",
- "pages":[
- {
- "path":"classify",
- "style": {
- "navigationBarTitleText": "分类"
- }
- },
- {
- "path":"list",
- "style": {
- "navigationBarTitleText": "列表"
- }
- },
- {
- "path":"detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }
- ]
- }
- ],
-
- "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/roadShow/video/list",
- "text": "线上路演",
- "iconPath": "./static/tabbar/roadShow.png",
- "selectedIconPath": "./static/tabbar/roadShow-s.png"
- },
- {
- "pagePath": "pages/myChart/index",
- "text": "我的图库",
- "iconPath": "./static/tabbar/mychart.png",
- "selectedIconPath": "./static/tabbar/mychart-s.png"
- },
- {
- "pagePath": "pages/question/question",
- "text": "问答",
- "iconPath": "./static/tabbar/question.png",
- "selectedIconPath": "./static/tabbar/question-s.png"
- },
- {
- "pagePath": "pages/voice/voice",
- "text": "语音播报",
- "iconPath": "./static/tabbar/voice.png",
- "selectedIconPath": "./static/tabbar/voice-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-action-sheet": "/wxcomponents/vant/action-sheet/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",
- "van-dialog": "/wxcomponents/vant/dialog/index",
- "van-cell": "/wxcomponents/vant/cell/index",
- "van-tree-select": "/wxcomponents/vant/tree-select/index",
- "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
- "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
- "van-switch": "/wxcomponents/vant/switch/index"
- }
- }
- }
|