You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
46 lines
1.3 KiB
{ |
|
"pages": [ |
|
"pages/home/index", |
|
"pages/goodsList/index", |
|
"pages/home2/index", |
|
"pages/courseDetail/index", |
|
"pages/companyInfo/index", |
|
"pages/companyPage/index", |
|
"pages/courseReservation/index", |
|
"pages/user/bindCard/index", |
|
"pages/user/profit/index", |
|
"pages/user/cashOut/index", |
|
"pages/goodsDetail/index", |
|
"pages/login/index", |
|
"pages/user/index", |
|
"pages/user/myTeam/index" |
|
], |
|
"tabBar": { |
|
"selectedColor": "#E1994C", |
|
"list": [{ |
|
"pagePath": "pages/home/index", |
|
"iconPath": "/images/lh.png", |
|
"selectedIconPath": "/images/lh.png", |
|
"text": "首页" |
|
}, { |
|
"pagePath": "pages/goodsList/index", |
|
"iconPath": "/images/book-icon.png", |
|
"selectedIconPath": "/images/book-icon.png", |
|
"text": "课程" |
|
}, |
|
{ |
|
"pagePath": "pages/user/index", |
|
"iconPath": "/images/user-icon.png", |
|
"selectedIconPath": "/images/user-icon.png", |
|
"text": "我的" |
|
}] |
|
}, |
|
"window": { |
|
"backgroundTextStyle": "light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "Weixin", |
|
"navigationBarTextStyle": "black" |
|
}, |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json" |
|
}
|
|
|