pages.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/home",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/wifi",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/wifiSet",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/code",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/agentCreate",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/agentDetail",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/roleSet",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/device",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. }
  57. ],
  58. "globalStyle": {
  59. "navigationBarTitleText": "传秀AI终端",
  60. "navigationBarBackgroundColor": "#FFFFFF",
  61. "navigationBarTextStyle": "black"
  62. },
  63. "easycom": {
  64. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  65. }
  66. }