123456789101112131415161718192021222324252627282930313233 |
- {
- "pages":[
- "pages/login/login",
- "pages/index/index"
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle":"black"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#d43c33",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/login/login",
- "iconPath": "static/img/login.png",
- "selectedIconPath": "static/img/login-select.png",
- "text": "登录"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/img/picture.png",
- "selectedIconPath": "static/img/picture-select.png",
- "text": "详情"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|