123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- {
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTitleText": "unibest",
- "navigationBarBackgroundColor": "#f8f8f8",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#FFFFFF"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#018d71",
- "backgroundColor": "#F8F8F8",
- "borderStyle": "black",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "custom": true,
- "height": "0px",
- "list": [
- {
- "pagePath": "pages/home/index"
- },
- {
- "pagePath": "pages/material/index"
- },
- {
- "pagePath": "pages/publish/index"
- },
- {
- "pagePath": "pages/messages/index"
- },
- {
- "pagePath": "pages/mine/index"
- }
- ]
- },
- "condition": {
- "current": -1,
- "list": [
- {
- "name": "设计游学",
- "path": "pages/index/study-tour/index"
- },
- {
- "name": "登录",
- "path": "pages/login/index"
- },
- {
- "name": "我的",
- "path": "pages/mine/index"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/home/index",
- "type": "home",
- "layout": "tabbar",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/about/about",
- "type": "page",
- "style": {
- "navigationBarTitleText": "关于"
- }
- },
- {
- "path": "pages/login/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/material/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "材料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/messages/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/mine/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/publish/index",
- "type": "page",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "发布",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/classmates/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "同学荟",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/classmates-detail/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/mall/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "品质商城",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/moment/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/offline-activity/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "线下活动",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/schedule/index",
- "type": "page",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "游学日程"
- }
- },
- {
- "path": "pages/home/spread/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计传播",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/study-tour/detail",
- "type": "page",
- "style": {
- "navigationBarTitleText": "游学计划",
- "navigationBarBackgroundColor": "#fff",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/study-tour/index",
- "type": "page",
- "style": {
- "navigationBarTitleText": "设计游学",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/home/study-tour/list",
- "type": "page",
- "style": {
- "navigationBarTitleText": "游学计划",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/material/recommend/index",
- "type": "page",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "推荐材料商"
- }
- }
- ],
- "subPackages": []
- }
|