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

177 lines
3.0 KiB

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