pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "easycom": {
  3. "custom": {
  4. "autoscan": true,
  5. "gui-(.*)": "@/GraceUI5/components/gui-$1.vue",
  6. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/index/index",
  11. "style": {
  12. // "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/user/login",
  17. "style": {
  18. // "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/index/index2",
  23. "style": {
  24. // "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false
  26. }
  27. }
  28. ],
  29. "tabBar": {
  30. "color": "#585858",
  31. "selectedColor": "#366cf9",
  32. "borderStyle": "white",
  33. "backgroundColor": "#ffffff",
  34. "iconWidth": "22px",
  35. "spacing": "0px",
  36. "fontSize": "15px",
  37. "list": [{
  38. "pagePath": "pages/index/index",
  39. "iconPath": "/static/images/home.png",
  40. "selectedIconPath": "/static/images/home.png",
  41. "text": "首页"
  42. },
  43. {
  44. "pagePath": "pages/user/index",
  45. "iconPath": "/static/images/home.png",
  46. "selectedIconPath": "/static/images/home.png",
  47. "text": "用户"
  48. }
  49. ]
  50. },
  51. "globalStyle": {
  52. "mp-alipay": {
  53. /* 支付宝小程序特有相关 */
  54. "transparentTitle": "always",
  55. "allowsBounceVertical": "NO"
  56. },
  57. "navigationBarBackgroundColor": "#ffffff",
  58. "navigationBarTitleText": "文旅中心值班系统",
  59. "navigationStyle": "custom",
  60. "navigationBarTextStyle": "black",
  61. "pageOrientation": "landscape"
  62. },
  63. "usingComponts": true,
  64. "condition": { //模式配置,仅开发期间生效
  65. "current": 0, //当前激活的模式(list 的索引项)
  66. "list": []
  67. },
  68. "sitemapLocation": "sitemap.json"
  69. }