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.
43 lines
1.1 KiB
43 lines
1.1 KiB
{ |
|
"pages":[ |
|
"pages/home/index", |
|
"pages/goodsList/index", |
|
"pages/goodsDetail/index", |
|
"pages/user/index", |
|
"pages/user/myTeam/index", |
|
"pages/user/bindCard/index", |
|
"pages/user/cashOut/index", |
|
"pages/user/profit/index", |
|
"pages/login/index", |
|
"pages/companyInfo/index", |
|
"pages/index/index" |
|
], |
|
"window":{ |
|
"backgroundTextStyle":"light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "Weixin", |
|
"navigationBarTextStyle":"black" |
|
}, |
|
"tabBar": { |
|
"selectedColor": "#E1994C", |
|
"list": [{ |
|
"pagePath": "pages/home/index", |
|
"iconPath": "/images/tab/home.png", |
|
"selectedIconPath": "/images/tab/home-a.png", |
|
"text": "首页" |
|
}, { |
|
"pagePath": "pages/goodsList/index", |
|
"iconPath": "/images/tab/list.png", |
|
"selectedIconPath": "/images/tab/list-a.png", |
|
"text": "商品列表" |
|
}, |
|
{ |
|
"pagePath": "pages/user/index", |
|
"iconPath": "/images/tab/my.png", |
|
"selectedIconPath": "/images/tab/my-a.png", |
|
"text": "我的" |
|
}] |
|
}, |
|
"style": "v2", |
|
"sitemapLocation": "sitemap.json" |
|
}
|
|
|