123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/user/team",
- "style": {
- "navigationBarTitleText": "我的团队",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/set/set",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/set/bjq",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/set/phone",
- "style": {
- "navigationBarTitleText": "实名认证"
- }
- },
- {
- "path": "pages/set/userinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- },
- {
- "path": "pages/set/setinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- },
- {
- "path": "pages/cart/zmt",
- "style": {
- "navigationBarTitleText": "自媒体"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/category/funeng",
- "style": {
- "navigationBarTitleText": "企业赋能"
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/shareQrCode",
- "style": {
- "navigationBarTitleText": "邀请好友"
- }
- },
- {
- "path": "pages/user/mymsg",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/user/dyjj",
- "style": {
- "navigationBarTitleText": "订阅号简介"
- }
- },
- {
- "path": "pages/user/mydy",
- "style": {
- "navigationBarTitleText": "我的订阅"
- }
- },
- {
- "path": "pages/user/dydetail",
- "style": {
- "navigationBarTitleText": "订阅号详情"
- }
- },
- {
- "path": "pages/user/joinMedia",
- "style": {
- "navigationBarTitleText": "加入"
- }
- },
- {
- "path": "pages/user/mypl",
- "style": {
- "navigationBarTitleText": "我的评论"
- }
- }, {
- "path": "pages/user/registerMember",
- "style": {
- "navigationBarTitleText": "企业注册",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/user/article",
- "style": {
- "navigationBarTitleText": "文章详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/searchZmt",
- "style": {
- "navigationBarTitleText": "自媒体查询",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/searchArt",
- "style": {
- "navigationBarTitleText": "文章查询",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/meeting/meeting",
- "style": {
- "navigationBarTitleText": "会议详情",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "台州互联融媒体",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/category/funeng",
- "iconPath": "static/tabBar/tab-cate.png",
- "selectedIconPath": "static/tabBar/tab-cate-current.png",
- "text": "企业赋能"
- },
- {
- "pagePath": "pages/cart/zmt",
- "iconPath": "static/tabBar/tab-cart.png",
- "selectedIconPath": "static/tabBar/tab-cart-current.png",
- "text": "自媒体"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- }
- }
|