帧视界壹通告,付费看视频的微信小程序
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.

140 lines
2.3 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "unapp模板"
  7. }
  8. },
  9. {
  10. "path" : "pages/index/publish",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : ""
  14. }
  15. },
  16. {
  17. "path" : "pages/index/center",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : ""
  21. }
  22. },
  23. {
  24. "path" : "pages/mine/releaseRecord",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : ""
  28. }
  29. },
  30. {
  31. "path" : "pages/mine/promotionRecord",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : ""
  35. }
  36. },
  37. {
  38. "path" : "pages/mine/addBankCard",
  39. "style" :
  40. {
  41. "navigationBarTitleText" : ""
  42. }
  43. },
  44. {
  45. "path" : "pages/mine/purse",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : ""
  49. }
  50. },
  51. {
  52. "path" : "pages/mine/incomeRecord",
  53. "style" :
  54. {
  55. "navigationBarTitleText" : ""
  56. }
  57. },
  58. {
  59. "path" : "pages/mine/certifiedIndividual",
  60. "style" :
  61. {
  62. "navigationBarTitleText" : ""
  63. }
  64. },
  65. {
  66. "path" : "pages/mine/withdraw",
  67. "style" :
  68. {
  69. "navigationBarTitleText" : ""
  70. }
  71. },
  72. {
  73. "path" : "pages/mine/withdrawalRecord",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : ""
  77. }
  78. },
  79. {
  80. "path" : "pages/mine/enterpriseCertification",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : ""
  84. }
  85. },
  86. {
  87. "path" : "pages/publish/publishPost",
  88. "style" :
  89. {
  90. "navigationBarTitleText" : ""
  91. }
  92. },
  93. {
  94. "path" : "pages/publish/actorRelease",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : ""
  98. }
  99. },
  100. {
  101. "path" : "pages/publish/postList",
  102. "style" :
  103. {
  104. "navigationBarTitleText" : ""
  105. }
  106. },
  107. {
  108. "path" : "pages/publish/postDetail",
  109. "style" :
  110. {
  111. "navigationBarTitleText" : ""
  112. }
  113. },
  114. {
  115. "path" : "pages/publish/actorList",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : ""
  119. }
  120. }
  121. ],
  122. "globalStyle": {
  123. "navigationBarTextStyle": "black",
  124. "navigationBarTitleText": "unapp模板",
  125. "navigationBarBackgroundColor": "#F8F8F8",
  126. "backgroundColor": "#F8F8F8",
  127. "navigationStyle": "custom"
  128. },
  129. "uniIdRouter": {},
  130. "condition" : { //
  131. "current": 0, //(list )
  132. "list": [
  133. {
  134. "name": "", //
  135. "path": "", //
  136. "query": "" //onLoad
  137. }
  138. ]
  139. }
  140. }