12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/publish/publish",
- "pages/publish/chosetype/chosetype",
- "pages/publish/publishtype/publishtype",
- "pages/publish/publishsuccess/publishsuccess",
- "pages/producttype/producttype",
- "pages/productcategory/productcategory",
- "pages/searchresults/searchresults",
- "pages/subject/subject",
- "pages/product/product",
- "pages/usercenter/usercenter",
- "pages/usercenter/myfocus/myfocus",
- "pages/usercenter/focusme/focusme",
- "pages/usercenter/mypublish/mypublish",
- "pages/usercenter/authentication/authentication",
- "pages/usercenter/myorder/myorder",
- "pages/usercenter/myorder/orderdetails/orderdetails",
- "pages/usercenter/bindphone/bindphone",
- "pages/usercenter/feedback/feedback",
- "pages/usercenter/addrs/addrs",
- "pages/confirmorder/confirmorder",
- "pages/inbuild/inbuild",
- "pages/supplier/supplier",
- "pages/supplier/supplierdetail/supplierdetail"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "贵州林产品",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/img/icon_home.png",
- "selectedIconPath": "static/img/icon_home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/publish/chosetype/chosetype",
- "iconPath": "static/img/icon_publish.png",
- "selectedIconPath": "static/img/icon_publish_active.png",
- "text": "我要发布"
- },
- {
- "pagePath": "pages/usercenter/usercenter",
- "iconPath": "static/img/icon_user.png",
- "selectedIconPath": "static/img/icon_user-active.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap51.json"
- }
|