| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/article/detail",
- "style": {
- "navigationBarTitleText": "资讯详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/agree/register",
- "style": {
- "navigationBarTitleText": "注册协议",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/agree/privacy",
- "style": {
- "navigationBarTitleText": "隐私政策",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/agree/recharge",
- "style": {
- "navigationBarTitleText": "充值协议",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/notice/detail",
- "style": {
- "navigationBarTitleText": "公告详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/modify",
- "style": {
- "navigationBarTitleText": "修改信息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/group/create",
- "style": {
- "navigationBarTitleText": "创建群聊",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/group/chat",
- "style": {
- "navigationBarTitleText": "群聊",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/group/index",
- "style": {
- "navigationBarTitleText": "群聊消息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/information/index",
- "style": {
- "navigationBarTitleText": "信息市场",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/group/list",
- "style": {
- "navigationBarTitleText": "群聊列表",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/card/index",
- "style": {
- "navigationBarTitleText": "名片列表",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/card/detail",
- "style": {
- "navigationBarTitleText": "名片",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/card",
- "style": {
- "navigationBarTitleText": "我的名片",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/card/complaint",
- "style": {
- "navigationBarTitleText": "举报",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/information",
- "style": {
- "navigationBarTitleText": "信息中心",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/information/publish",
- "style": {
- "navigationBarTitleText": "发布信息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/custom/index",
- "style": {
- "navigationBarTitleText": "在线咨询",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#44A2FF",
- "backgroundColor": "#44A2FF",
- "backgroundColorTop": "#44A2FF",
- "backgroundColorBottom": "#F4F5F6",
- "h5": {
- "maxWidth": 1190,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#44A2FF"
- }
- },
- "tabBar": {
- "color": "#D4D4D4",
- "selectedColor": "#333333",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "/static/icons/home.png",
- "selectedIconPath": "/static/icons/home-active.png"
- },
- {
- "pagePath": "pages/custom/index",
- "text": "在线咨询",
- "iconPath": "/static/icons/custom.png",
- "selectedIconPath": "/static/icons/custom-active.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "/static/icons/mine.png",
- "selectedIconPath": "/static/icons/mine-active.png"
- }
- ]
- }
- }
|