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.
 
 

18 lines
424 B

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/payOrder/payOrder",
  6. "pages/payHistory/payHistory",
  7. "pages/chat/chat",
  8. "pages/orderDetail/orderDetail"
  9. ],
  10. "window": {
  11. "backgroundTextStyle": "light",
  12. "navigationBarBackgroundColor": "#fff",
  13. "navigationBarTitleText": "Weixin",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "style": "v2",
  17. "sitemapLocation": "sitemap.json"
  18. }