pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {}
  7. },
  8. {
  9. "path": "pages/samples/ucharts/ucharts",
  10. "style": {
  11. "navigationBarTitleText": "ucharts"
  12. }
  13. },
  14. {
  15. "path": "pages/login/login",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. },
  20. {
  21. "path": "pages/user/person/person",
  22. "style": {
  23. }
  24. },
  25. {
  26. "path": "pages/user/setting/avatar/avatar",
  27. "style": {
  28. }
  29. },
  30. {
  31. "path": "pages/user/setting/password/password",
  32. "style": {
  33. }
  34. },
  35. {
  36. "path": "pages/samples/basics/home",
  37. "style": {}
  38. },
  39. {
  40. "path": "pages/samples/component/home",
  41. "style": {}
  42. },
  43. {
  44. "path": "pages/samples/plugin/home",
  45. "style": {}
  46. },
  47. {
  48. "path": "pages/samples/basics/layout",
  49. "style": {}
  50. },
  51. {
  52. "path": "pages/samples/basics/background",
  53. "style": {}
  54. },
  55. {
  56. "path": "pages/samples/basics/text",
  57. "style": {}
  58. },
  59. {
  60. "path": "pages/samples/basics/icon",
  61. "style": {}
  62. },
  63. {
  64. "path": "pages/samples/basics/button",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/samples/basics/design",
  69. "style": {}
  70. },
  71. {
  72. "path": "pages/samples/basics/tag",
  73. "style": {}
  74. },
  75. {
  76. "path": "pages/samples/basics/avatar",
  77. "style": {}
  78. },
  79. {
  80. "path": "pages/samples/basics/progress",
  81. "style": {}
  82. },
  83. {
  84. "path": "pages/samples/basics/shadow",
  85. "style": {}
  86. },
  87. {
  88. "path": "pages/samples/basics/loading",
  89. "style": {}
  90. },
  91. {
  92. "path": "pages/samples/component/bar",
  93. "style": {}
  94. },
  95. {
  96. "path": "pages/samples/component/nav",
  97. "style": {}
  98. },
  99. {
  100. "path": "pages/samples/component/list",
  101. "style": {}
  102. },
  103. {
  104. "path": "pages/samples/component/card",
  105. "style": {}
  106. },
  107. {
  108. "path": "pages/samples/component/form",
  109. "style": {}
  110. },
  111. {
  112. "path": "pages/samples/component/timeline",
  113. "style": {}
  114. },
  115. {
  116. "path": "pages/samples/component/chat",
  117. "style": {}
  118. },
  119. {
  120. "path": "pages/samples/component/swiper",
  121. "style": {}
  122. },
  123. {
  124. "path": "pages/samples/component/modal",
  125. "style": {}
  126. },
  127. {
  128. "path": "pages/samples/component/steps",
  129. "style": {}
  130. }, {
  131. "path": "pages/samples/plugin/indexes",
  132. "style": {}
  133. }, {
  134. "path": "pages/samples/plugin/animation",
  135. "style": {}
  136. }, {
  137. "path": "pages/samples/plugin/drawer",
  138. "style": {}
  139. }, {
  140. "path": "pages/samples/plugin/verticalnav",
  141. "style": {}
  142. }
  143. ,{
  144. "path" : "pages/message/message",
  145. "style" : {}
  146. }
  147. ,{
  148. "path" : "pages/workbench/workbench",
  149. "style" : {}
  150. }
  151. ,{
  152. "path" : "pages/apps/apps",
  153. "style" : {}
  154. }
  155. ,{
  156. "path" : "pages/home/home",
  157. "style" : {}
  158. }
  159. ,{
  160. "path" : "pages/addressbook/addressbook",
  161. "style" : {}
  162. }
  163. ,{
  164. "path" : "pages/samples/ucharts/ucharts",
  165. "style" : {}
  166. }
  167. ,{
  168. "path" : "pages/apps/notification/notification",
  169. "style" : {}
  170. }
  171. ,{
  172. "path" : "pages/apps/mail/mail",
  173. "style" : {}
  174. }
  175. ,{
  176. "path" : "pages/apps/notification/notificationDetail",
  177. "style" : {}
  178. }
  179. ,{
  180. "path" : "pages/apps/notification/oaNotifyForm",
  181. "style" : {}
  182. }
  183. ,{
  184. "path" : "pages/apps/mail/inbox",
  185. "style" : {}
  186. }
  187. ,{
  188. "path" : "pages/apps/mail/outbox",
  189. "style" : {}
  190. }
  191. ,{
  192. "path" : "pages/apps/mail/draft",
  193. "style" : {}
  194. }
  195. ,{
  196. "path" : "pages/apps/mail/trash",
  197. "style" : {}
  198. }
  199. ,{
  200. "path" : "pages/apps/mail/sendEmailForm",
  201. "style" : {}
  202. }
  203. ,{
  204. "path" : "pages/apps/mail/sendEmailDetail",
  205. "style" : {}
  206. }
  207. ,{
  208. "path" : "pages/apps/mail/ReceivedMailDetail",
  209. "style" : {}
  210. }
  211. ,{
  212. "path" : "pages/apps/mail/TrashMailDetail",
  213. "style" : {}
  214. }
  215. ,{
  216. "path" : "pages/workbench/task/ApplyList",
  217. "style" : {}
  218. }
  219. ,{
  220. "path" : "pages/workbench/task/TodoList",
  221. "style" : {}
  222. }
  223. ,{
  224. "path" : "pages/workbench/task/HistoryList",
  225. "style" : {}
  226. }
  227. ,{
  228. "path" : "pages/workbench/task/FlowCopyList",
  229. "style" : {}
  230. }
  231. ,{
  232. "path" : "pages/workbench/task/TaskForm",
  233. "style" : {}
  234. }
  235. ,{
  236. "path" : "pages/test/activiti/TestActivitiLeaveForm",
  237. "style" : {}
  238. }
  239. ,{
  240. "path" : "pages/workbench/task/TaskFormDetail",
  241. "style" : {}
  242. },
  243. {
  244. "path" : "pages/test/mobile/TestMobileForm",
  245. "style" : {}
  246. },
  247. {
  248. "path" : "pages/test/mobile/TestMobileList",
  249. "style" : {}
  250. },
  251. {
  252. "path" : "pages/test/luckyDraw/LuckyDrawList",
  253. "style" : {}
  254. },
  255. {
  256. "path" : "pages/test/luckyDraw/LuckyDrawShowList",
  257. "style" : {}
  258. },
  259. {
  260. "path" : "pages/test/luckyDraw/LuckyDrawEvents",
  261. "style" : {}
  262. },
  263. {
  264. "path" : "pages/test/luckyDraw/LuckyDrawEventsDetail",
  265. "style" : {}
  266. },
  267. {
  268. "path" : "pages/test/luckyDraw/LuckyDrawRegister",
  269. "style" : {}
  270. },
  271. {
  272. "path" : "pages/test/luckyDraw/LuckyDrawLottery",
  273. "style" : {}
  274. },
  275. {
  276. "path" : "pages/test/luckyDraw/LuckyDrawEvents_pc",
  277. "style" : {}
  278. },
  279. {
  280. "path" : "pages/test/luckyDraw/LuckyDrawMemberList",
  281. "style" : {}
  282. }
  283. ],
  284. "globalStyle": {
  285. "mp-alipay": {
  286. /* 支付宝小程序特有相关 */
  287. "transparentTitle": "always",
  288. "allowsBounceVertical": "NO"
  289. },
  290. "usingComponents": {
  291. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  292. },
  293. "navigationBarBackgroundColor": "#0081ff",
  294. "navigationBarTitleText": "兴光培训抽奖活动",
  295. "navigationStyle": "custom",
  296. "navigationBarTextStyle": "white"
  297. },
  298. "usingComponts": true,
  299. "condition": { //模式配置,仅开发期间生效
  300. "current": 0, //当前激活的模式(list 的索引项)
  301. "list": [{
  302. "name": "表单", //模式名称
  303. "path": "pages/samples/component/form", //启动页面
  304. "query": "" //启动参数
  305. }
  306. ]
  307. },
  308. "easycom": {
  309. "autoscan": true,
  310. "custom": {
  311. "Am-(.*)": "@/components/Am-$1/index.vue"
  312. }
  313. }
  314. }