123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- // 如果您是通过uni_modules形式引入uView,可以忽略此配置
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/risk/risk",
- "style": {
- "navigationBarTitleText": "风险",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "任务",
- "enablePullDownRefresh": false
- }
- }
- , {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "backgroundColor": "#fff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/forget/forget",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- }, {
- "path": "pages/index/taskDeatils",
- "style": {
- "navigationBarTitleText": "任务详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/risk/riskDetail",
- "style": {
- "navigationBarTitleText": "风险处理"
- }
- }, {
- "path": "pages/main/main",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/main/set/setlist",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/main/set/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "个人资料",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/main/set/changePassword",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/main/set/aboutUs/aboutUs",
- "style": {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/main/set/helpCenter",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/agreement",
- "style": {
- "navigationBarTitleText": "账号使用协议",
- "enablePullDownRefresh": false
- }
- }
- // , {
- // "path": "pages/main/set/userinfo/backInfo",
- // "style": {
- // "navigationBarTitleText": "银行卡管理",
- // "enablePullDownRefresh": false
- // }
- // }, {
- // "path": "pages/main/set/userinfo/bankAddUpdate",
- // "style": {
- // "navigationBarTitleText": "银行卡信息",
- // "enablePullDownRefresh": false
- // }
- // }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#2561ef",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "fontSize": "12px",
- "height": "50px",
- "list": [{
- "pagePath": "pages/risk/risk",
- "iconPath": "static/rick.png",
- "selectedIconPath": "static/rick1.png",
- "text": "风险处理"
- }, {
- "pagePath": "pages/index/index",
- "iconPath": "static/daiban2.png",
- "selectedIconPath": "static/daiban1.png",
- "text": "任务"
- },
- {
- "pagePath": "pages/main/main",
- "iconPath": "static/main2.png",
- "selectedIconPath": "static/main1.png",
- "text": "我的"
- }
- ]
- }
- }
|