123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/chat/chat",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false,
- "app-plus": {
- "autoBackButton": false,
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/personalCenter/personalCenter",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#8dccff",
- "app-plus": {
- "autoBackButton": false,
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/chatDetail/chatDetail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/register/register",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "账号注册",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/forget/forget",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "找回密码",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/wxLogin/wxLogin",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/notice/notice/notice",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "通知公告",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/notice/noticeDetail/noticeDetail",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "通知公告详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/dynamic/dynamic/dynamic",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "协会动态",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/dynamic/dynamicDetail/dynamicDetail",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "动态详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/guide/guide/guide",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "办事指引",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/guide/guideDetail/guideDetail",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "指引详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/certificateDetail/certificateDetail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/InvoiceApplication/InvoiceApplication",
- "style": {
- "navigationBarTitleText": "发票申请",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/applyForBilling/applyForBilling",
- "style": {
- "navigationBarTitleText": "申请开票",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/invoiceResult/invoiceResult",
- "style": {
- "navigationBarTitleText": "已提交开票申请",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/invoiceDetail/invoiceDetail",
- "style": {
- "navigationBarTitleText": "发票详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/index",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "行业培训",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/researchReport/reportHome/reportHome",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "研究报告",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/index",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "培训课程",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/collect/collect",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/huiFeiJiaoJiao/huiFeiJiaoJiao",
- "style": {
- "navigationBarTitleText": "会费缴交",
- "navigationBarBackgroundColor": "#8dccff",
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/geRenHuiFeiJiaoJiao/geRenHuiFeiJiaoJiao",
- "style": {
- "navigationBarTitleText": "个人会费缴交",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/daiJiaoGeRenHuiFei/daiJiaoGeRenHuiFei",
- "style": {
- "navigationBarTitleText": "代缴个人会费",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/daiJiaoGeRenChaXunJieGuo/daiJiaoGeRenChaXunJieGuo",
- "style": {
- "navigationBarTitleText": "查询结果",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/daiJiaoDanWeiHuiFei/daiJiaoDanWeiHuiFei",
- "style": {
- "navigationBarTitleText": "代缴单位会费",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/daiJiaoDanWeiChaXunJieGuo/daiJiaoDanWeiChaXunJieGuo",
- "style": {
- "navigationBarTitleText": "单位会费缴交",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseDetail/courseDetail",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseMine/mineRecord/mineRecord",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "观看记录",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseMine/mineCredits/mineCredits",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "学分明细",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseMine/mineFavi/mineFavi",
- "style": {
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseDetail/courseOrder",
- "style": {
- "navigationBarBackgroundColor": "#f7f7f7",
- "navigationBarTitleText": "填写订单",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/goOnEdu/course/courseDetail/coursePay",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/reportDetail/reportDetail",
- "style": {
- "navigationBarTitleText": "报告详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- },
- {
- "path": "pages/researchReport/reportList/reportList",
- "style": {
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": true
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F7F7F7"
- },
- "tabBar": {
- "selectedColor": "#0069f6",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "主页",
- "iconPath": "static/images/tabbar-icon/home.png",
- "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
- },
- {
- "pagePath": "pages/chat/chat",
- "text": "消息",
- "iconPath": "static/images/tabbar-icon/comment.png",
- "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
- },
- {
- "pagePath": "pages/personalCenter/personalCenter",
- "text": "我的",
- "iconPath": "static/images/tabbar-icon/user-line.png",
- "selectedIconPath": "static/images/tabbar-icon/user-s.png"
- }
- ]
- },
- "uniIdRouter": {}
- }
|