| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/policy",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/viewHistorys",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/record",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/vip",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/myCollect",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/play/play",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/serach/serach",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ranking/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "看电影",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#eef4fc",
- "pageOrientation": "auto"
- },
- "uniIdRouter": {},
- "tabBar": {
- "selectedColor": "#1DBC46",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "color": "#A1A1A1",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-home.png",
- "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-home-active.png"
- },
- {
- "pagePath": "pages/ranking/index",
- "text": "排行",
- "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-ranking.png",
- "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-ranking-active.png"
- },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "https://intoystox.com/Movie/static/tabBar/icon-my.png",
- "selectedIconPath": "https://intoystox.com/Movie/static/tabBar/icon-my-active.png"
- }
- ]
- },
- "easycom": {
- "custom": {
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- }
- }
|