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

183 lines
3.1 KiB

11 months ago
10 months ago
11 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
10 months ago
11 months ago
10 months ago
11 months ago
10 months ago
10 months ago
10 months ago
11 months ago
10 months ago
11 months ago
11 months ago
10 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/publish/competition",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/auth/login",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/publish/actorDetail",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/order/payOrder",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/auth/wxUserInfo",
  34. "style": {
  35. "navigationBarTitleText": ""
  36. }
  37. },
  38. {
  39. "path": "pages/publish/actorRelease",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. }
  43. },
  44. {
  45. "path": "pages/publish/publishPost",
  46. "style": {
  47. "navigationBarTitleText": ""
  48. }
  49. },
  50. {
  51. "path": "pages/index/publish",
  52. "style": {
  53. "navigationBarTitleText": ""
  54. }
  55. },
  56. {
  57. "path": "pages/index/center",
  58. "style": {
  59. "navigationBarTitleText": ""
  60. }
  61. },
  62. {
  63. "path": "pages/publish/postList",
  64. "style": {
  65. "navigationBarTitleText": ""
  66. }
  67. },
  68. {
  69. "path": "pages/publish/postDetail",
  70. "style": {
  71. "navigationBarTitleText": ""
  72. }
  73. },
  74. {
  75. "path": "pages/publish/actorList",
  76. "style": {
  77. "navigationBarTitleText": ""
  78. }
  79. }
  80. ],
  81. "subPackages": [{
  82. "root": "pages_mine",
  83. "pages": [{
  84. "path": "mine/addBankCard"
  85. },
  86. {
  87. "path": "mine/incomeRecord",
  88. "style": {
  89. "navigationBarTitleText": ""
  90. }
  91. },
  92. {
  93. "path": "mine/certifiedIndividual",
  94. "style": {
  95. "navigationBarTitleText": ""
  96. }
  97. },
  98. {
  99. "path": "mine/sonPage/promotion/promotionDetail",
  100. "style": {
  101. "navigationBarTitleText": ""
  102. }
  103. },
  104. {
  105. "path": "mine/sonPage/promotion/promotionRecordList",
  106. "style": {
  107. "navigationBarTitleText": ""
  108. }
  109. },
  110. {
  111. "path": "mine/sonPage/release/releaseList",
  112. "style": {
  113. "navigationBarTitleText": ""
  114. }
  115. }, {
  116. "path": "mine/authOption",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "mine/authPerson",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "enablePullDownRefresh": false
  126. }
  127. },
  128. {
  129. "path": "mine/authFirm",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": false
  133. }
  134. },
  135. {
  136. "path": "mine/releaseRecord",
  137. "style": {
  138. "navigationBarTitleText": ""
  139. }
  140. },
  141. {
  142. "path": "mine/promotionRecord",
  143. "style": {
  144. "navigationBarTitleText": ""
  145. }
  146. },
  147. {
  148. "path": "mine/purse",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. },
  153. {
  154. "path": "mine/withdraw",
  155. "style": {
  156. "navigationBarTitleText": ""
  157. }
  158. },
  159. {
  160. "path": "mine/withdrawalRecord",
  161. "style": {
  162. "navigationBarTitleText": ""
  163. }
  164. },
  165. {
  166. "path": "mine/enterpriseCertification",
  167. "style": {
  168. "navigationBarTitleText": ""
  169. }
  170. }
  171. ]
  172. }],
  173. "globalStyle": {
  174. "navigationBarTextStyle": "black",
  175. "navigationBarTitleText": "unapp模板",
  176. "navigationBarBackgroundColor": "#F8F8F8",
  177. "backgroundColor": "#F8F8F8",
  178. "navigationStyle": "custom"
  179. },
  180. "uniIdRouter": {}
  181. }