1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/me/me",
- "pages/logs/logs",
- "pages/cms/cms-web",
- "pages/progress/work-web",
- "pages/file/download",
- "pages/progress/work-list",
- "pages/me/cropper-avatar",
- "pages/login/register",
- "pages/progress/start-work"
- ],
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#fb4747",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "assets/img/icon_main_index_logo.png",
- "selectedIconPath": "assets/img/icon_main_index_logo_red.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/me/me",
- "iconPath": "assets/img/icon_main_my.png",
- "selectedIconPath": "assets/img/icon_main_my_red.png",
- "text": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "weui": true
- },
- "lazyCodeLoading": "requiredComponents"
- }
|