pages.json 605 B

1234567891011121314151617181920212223242526
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  8. "^My-(.*)": "@/components/My-$1/My-$1.vue"
  9. }
  10. },
  11. "pages": [
  12. {
  13. "path": "pages/login/login"
  14. },
  15. {
  16. "path": "pages/index/index"
  17. }
  18. ],
  19. "globalStyle": {
  20. "navigationBarTextStyle": "white",
  21. "navigationBarTitleText": "美大服务",
  22. "navigationBarBackgroundColor": "#276BF0",
  23. "backgroundColor": "#ffffff"
  24. },
  25. "uniIdRouter": {}
  26. }