123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "救援者",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- // #ifndef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/public/wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "none"
- }
- }
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/rescuers/rescuers",
- "style": {
- // #ifndef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "救援者注册"
- }
- },
- {
- "path": "pages/set/phone",
- "style": {
- "navigationBarTitleText": "手机号绑定"
- }
- },
- {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "常用地址"
- }
- },
- {
- "path": "pages/rescuers/ToKey",
- "style": {
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "选择机构"
- }
- },
- {
- "path": "pages/record/details",
- "style": {
- "navigationBarTitleText": "救援详情"
- }
- },
- {
- "path": "pages/user/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/set/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/public/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/record/help",
- "style": {
- "navigationBarTitleText": "求救记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/record/rescue",
- "style": {
- "navigationBarTitleText": "救援记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/public/agreement",
- "style": {
- "navigationBarTitleText": "服务协议"
- }
- },
- {
- "path": "pages/public/privacy",
- "style": {
- "navigationBarTitleText": "隐私协议"
- }
- },
- {
- "path": "pages/set/set",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#FF4F4F",
- "iconWidth": "18px",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "SOS"
- },
- // {
- // "pagePath": "pages/rescuers/rescuers",
- // "iconPath": "static/tabBar/tab-cate.png",
- // "selectedIconPath": "static/tabBar/tab-cate-current.png",
- // "text": "救援注册"
- // },
- {
- "pagePath": "pages/record/rescue",
- "iconPath": "static/tabBar/tab-rescuers.png",
- "selectedIconPath": "static/tabBar/tab-rescuers-current.png",
- "text": "救援记录"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- },
- "subPackages": [{
- "root": "pagesA",
- "pages": [{
- "path": "record/call",
- "style": {
- "app-plus": {
- "navigationBarTitleText": "求救记录",
- "titleNView": false
- },
- "usingComponents": {
- "trtc-room": "/wxcomponents/trtc-room/trtc-room"
- }
- }
- }]
- }],
- "preloadRule": {
- "pages/record/rescue": {
- "network": "all",
- "packages": ["pagesA"]
- }
- }
- }
|