| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- // uni-ui 规则如下配置
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/index",
- "style": {
- "navigationBarTitleText": "资讯",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 80,
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/reset-password/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages-common",
- "pages": [
- {
- "path": "signature/index",
- "style": {
- "navigationBarTitleText": "签名",
- "navigationStyle": "default"
- }
- },
- {
- "path": "web-view/index",
- "style": {
- "navigationBarTitleText": "web",
- "navigationStyle": "default"
- }
- },
- {
- "path": "banner-detail/index",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "default"
- }
- }
- ]
- },
- {
- "root": "pages-mine",
- "pages": [
- {
- "path": "personal-card/index",
- "style": {
- "navigationBarTitleText": "个人名片",
- "navigationStyle": "default"
- }
- },
- {
- "path": "points-rule/index",
- "style": {
- "navigationBarTitleText": "积分规则",
- "navigationStyle": "default"
- }
- },
- {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "navigationStyle": "default"
- }
- },
- {
- "path": "notification/index",
- "style": {
- "navigationBarTitleText": "消息通知",
- "navigationStyle": "default"
- }
- },
- {
- "path": "notification/detail",
- "style": {
- "navigationBarTitleText": "消息通知详情",
- "navigationStyle": "default"
- }
- },
- {
- "path": "compliance-education/index",
- "style": {
- "navigationBarTitleText": "合规教育",
- "navigationStyle": "default"
- }
- },
- {
- "path": "compliance-education/detail",
- "style": {
- "navigationBarTitleText": "合规教育",
- "navigationStyle": "default"
- }
- },
- {
- "path": "compliance-evaluation/index",
- "style": {
- "navigationBarTitleText": "合规评测",
- "navigationStyle": "default"
- }
- },
- {
- "path": "compliance-evaluation/ability-test",
- "style": {
- "navigationBarTitleText": "能力测试",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/index",
- "style": {
- "navigationBarTitleText": "政策协议",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/integrity-commitment",
- "style": {
- "navigationBarTitleText": "廉洁承诺书",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/integrity-commitment-v2",
- "style": {
- "navigationBarTitleText": "廉洁承诺书2.0",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/platform-user-agreement",
- "style": {
- "navigationBarTitleText": "要易云平台用户协议",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/privacy-policy",
- "style": {
- "navigationBarTitleText": "隐私权政策",
- "navigationStyle": "default"
- }
- },
- {
- "path": "agreement/personal-info-authorization",
- "style": {
- "navigationBarTitleText": "个人信息使用授权书",
- "navigationStyle": "default"
- }
- }
- ]
- },
- {
- "root": "pages-task",
- "pages": [
- {
- "path": "task-entry-page/index",
- "style": {
- "navigationBarTitleText": "任务录入",
- "navigationStyle": "default"
- }
- },
- {
- "path": "task-package/list",
- "style": {
- "navigationBarTitleText": "领取任务包",
- "navigationStyle": "default"
- }
- },
- {
- "path": "task-package/detail",
- "style": {
- "navigationBarTitleText": "积分包详情",
- "navigationStyle": "default"
- }
- },
- {
- "path": "points-package-record/index",
- "style": {
- "navigationBarTitleText": "我的积分包记录",
- "navigationStyle": "default"
- }
- },
- {
- "path": "completed-record/index",
- "style": {
- "navigationBarTitleText": "任务完成记录",
- "navigationStyle": "default"
- }
- }
- ]
- },
- {
- "root": "pages-auth",
- "pages": [
- {
- "path": "certification-service/index",
- "style": {
- "navigationBarTitleText": "认证服务",
- "navigationStyle": "default"
- }
- },
- {
- "path": "identity/index",
- "style": {
- "navigationBarTitleText": "身份认证",
- "navigationStyle": "default"
- }
- },
- {
- "path": "face/index",
- "style": {
- "navigationBarTitleText": "个人人人脸活体认证",
- "navigationStyle": "default"
- }
- },
- {
- "path": "bank/index",
- "style": {
- "navigationBarTitleText": "银行卡认证",
- "navigationStyle": "default"
- }
- },
- {
- "path": "settlement-channel-sign/index",
- "style": {
- "navigationBarTitleText": "签约结算渠道",
- "navigationStyle": "default"
- }
- },
- {
- "path": "fesco/index",
- "style": {
- "navigationBarTitleText": "fesco认证流程",
- "navigationStyle": "default"
- }
- },
- {
- "path": "web-view/index",
- "style": {
- "navigationBarTitleText": "认证",
- "navigationStyle": "default"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#B5B5B5",
- "selectedColor": "#3fa3f1",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/workAct.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/information/index",
- "iconPath": "static/images/tabbar/news.png",
- "selectedIconPath": "static/images/tabbar/newsAct.png",
- "text": "资讯"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/tabbar/mine.png",
- "selectedIconPath": "static/images/tabbar/mineAct.png",
- "text": "我的"
- }
- ]
- }
- }
|