app.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/add/index",
  5. "pages/login/index"
  6. ],
  7. "tabBar": {
  8. "list": [{
  9. "pagePath": "pages/index/index",
  10. "text": "首页",
  11. "iconPath": "./assets/tabber/menu.png",
  12. "selectedIconPath": "./assets/tabber/menu_copy.png"
  13. },
  14. {
  15. "pagePath": "pages/add/index",
  16. "text":"新增填报",
  17. "iconPath": "./assets/tabber/add.png",
  18. "selectedIconPath": "./assets/tabber/add_copy.png"
  19. },
  20. {
  21. "pagePath": "pages/login/index",
  22. "text":"我的",
  23. "iconPath": "./assets/tabber/my.png",
  24. "selectedIconPath": "./assets/tabber/my_copy.png"
  25. }
  26. ],
  27. "color": "#fff",
  28. "selectedColor": "#1296db",
  29. "backgroundColor": "#333"
  30. },
  31. "window":{
  32. "backgroundTextStyle":"light",
  33. "navigationBarBackgroundColor": "#fff",
  34. "navigationBarTitleText": "金融小程序",
  35. "navigationBarTextStyle":"white",
  36. "navigationStyle": "custom"
  37. },
  38. "usingComponents": {
  39. "cu-custom": "/colorui/components/cu-custom"
  40. },
  41. "sitemapLocation": "sitemap.json"
  42. }