1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [
- "pages/rili/index",
- "pages/user/visit/index",
- "pages/user/index/index",
- "pages/search/index",
- "pages/detail/visit/index",
- "pages/detail/out/index",
- "pages/index/index",
- "pages/user/out/index",
- "pages/detail/outList/index",
- "pages/detail/visitList/index"
- ],
- "tabBar": {
- "color": "#6e6d6b",
- "selectedColor": "#3B82F6",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/rili/index",
- "text": "日历",
- "iconPath": "/assets/tabBar/record.png",
- "selectedIconPath": "/assets/tabBar/record-select.png"
- },
- {
- "pagePath": "pages/user/index/index",
- "text": "我的",
- "iconPath": "/assets/tabBar/my.png",
- "selectedIconPath": "/assets/tabBar/my-select.png"
- }
- ]
- },
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "莅临&外出",
- "navigationBarTextStyle": "black",
- "backgroundTextStyle": "dark"
- },
- "sitemapLocation": "sitemap.json"
- }
|