1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- "pages/login/JudeLoginPage",
- "pages/home/home",
- "pages/login/login",
- "pages/myCenter/myCenter",
- "pages/newsCenter/newsIndex",
- "pages/typeList/typeList",
- "pages/myCenter/setting"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "爱养牛",
- "navigationBarBackgroundColor": "#f6f6f6",
- "backgroundColor": "#f6f6f6",
- "backgroundColorTop": "#FFFFFF"
- },
- "tabBar": {
- "color": "#45474a",
- "selectedColor": "#00aaff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/tabBar/shouye.png",
- "selectedIconPath": "static/tabBar/tabbar/shouye.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/typeList/typeList",
- "iconPath": "static/tabBar/fenlei_1.png",
- "selectedIconPath": "static/tabBar/tabbar/fenlei_1.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/newsCenter/newsIndex",
- "iconPath": "static/tabBar/gouwuche.png",
- "selectedIconPath": "static/tabBar/tabbar/gouwuche.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/myCenter/myCenter",
- "iconPath": "static/tabBar/wode.png",
- "selectedIconPath": "static/tabBar/tabbar/wode.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|