pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {}
  7. },
  8. {
  9. "path": "pages/login/login",
  10. "style": {
  11. "navigationBarTitleText": "登录"
  12. }
  13. },
  14. {
  15. "path": "pages/user/setting/password/password",
  16. "style": {
  17. }
  18. },
  19. {
  20. "path": "pages/analysis/analysis",
  21. "style": {}
  22. },
  23. {
  24. "path": "pages/analysis2/analysis2",
  25. "style": {}
  26. },
  27. //税收
  28. {
  29. "path": "pages/revenue/RevenueForm",
  30. "style": {}
  31. },
  32. {
  33. "path": "pages/revenue/RevenueList",
  34. "style": {}
  35. },
  36. // 楼宇列表
  37. {
  38. "path": "pages/buildList/buildList",
  39. "style": {}
  40. },
  41. {
  42. "path": "pages/buildInfo/buildInfo",
  43. "style": {}
  44. },
  45. {
  46. "path": "pages/buildEdit/buildEdit",
  47. "style": {}
  48. },
  49. {
  50. "path": "pages/comList/comList",
  51. "style": {}
  52. },
  53. {
  54. "path": "pages/comInfo/comInfo",
  55. "style": {}
  56. },
  57. {
  58. "path": "pages/comEdit/comEdit",
  59. "style": {}
  60. },
  61. // 厂房
  62. {
  63. "path": "pages/indexcf/indexcf",
  64. "style": {
  65. "navigationBarTitleText": "首页"
  66. }
  67. },
  68. {
  69. "path": "pages/yqList/yqList",
  70. "style": {
  71. "navigationBarTitleText": "园区列表"
  72. }
  73. },
  74. {
  75. "path": "pages/cfInfo/cfInfo",
  76. "style": {
  77. "navigationBarTitleText": "厂房详情"
  78. }
  79. },
  80. {
  81. "path": "pages/buildListcf/buildListcf",
  82. "style": {
  83. "navigationBarTitleText": "楼宇列表"
  84. }
  85. },
  86. {
  87. "path": "pages/buildEditcf/buildEditcf",
  88. "style": {
  89. "navigationBarTitleText": "楼宇详情"
  90. }
  91. },
  92. {
  93. "path": "pages/comListcf/comListcf",
  94. "style": {
  95. "navigationBarTitleText": "企业列表"
  96. }
  97. },
  98. {
  99. "path": "pages/comEditcf/comEditcf",
  100. "style": {
  101. "navigationBarTitleText": "企业详情"
  102. }
  103. },
  104. {
  105. "path": "pages/analysiscf/analysiscf",
  106. "style": {
  107. "navigationBarTitleText": "数据分析"
  108. }
  109. },
  110. {
  111. "path": "pages/tdList/tdList",
  112. "style": {
  113. "navigationBarTitleText": "土地列表"
  114. }
  115. },
  116. {
  117. "path": "pages/samples/ucharts/ucharts",
  118. "style": {
  119. "navigationBarTitleText": "ucharts"
  120. }
  121. },
  122. {
  123. "path": "pages/login/login",
  124. "style": {
  125. "navigationBarTitleText": "登录"
  126. }
  127. },
  128. {
  129. "path": "pages/user/person/person",
  130. "style": {
  131. }
  132. },
  133. {
  134. "path": "pages/user/setting/avatar/avatar",
  135. "style": {
  136. }
  137. },
  138. {
  139. "path": "pages/samples/basics/home",
  140. "style": {}
  141. },
  142. {
  143. "path": "pages/samples/component/home",
  144. "style": {}
  145. },
  146. {
  147. "path": "pages/samples/plugin/home",
  148. "style": {}
  149. },
  150. {
  151. "path": "pages/samples/basics/layout",
  152. "style": {}
  153. },
  154. {
  155. "path": "pages/samples/basics/background",
  156. "style": {}
  157. },
  158. {
  159. "path": "pages/samples/basics/text",
  160. "style": {}
  161. },
  162. {
  163. "path": "pages/samples/basics/icon",
  164. "style": {}
  165. },
  166. {
  167. "path": "pages/samples/basics/button",
  168. "style": {}
  169. },
  170. {
  171. "path": "pages/samples/basics/design",
  172. "style": {}
  173. },
  174. {
  175. "path": "pages/samples/basics/tag",
  176. "style": {}
  177. },
  178. {
  179. "path": "pages/samples/basics/avatar",
  180. "style": {}
  181. },
  182. {
  183. "path": "pages/samples/basics/progress",
  184. "style": {}
  185. },
  186. {
  187. "path": "pages/samples/basics/shadow",
  188. "style": {}
  189. },
  190. {
  191. "path": "pages/samples/basics/loading",
  192. "style": {}
  193. },
  194. {
  195. "path": "pages/samples/component/bar",
  196. "style": {}
  197. },
  198. {
  199. "path": "pages/samples/component/nav",
  200. "style": {}
  201. },
  202. {
  203. "path": "pages/samples/component/list",
  204. "style": {}
  205. },
  206. {
  207. "path": "pages/samples/component/card",
  208. "style": {}
  209. },
  210. {
  211. "path": "pages/samples/component/form",
  212. "style": {}
  213. },
  214. {
  215. "path": "pages/samples/component/timeline",
  216. "style": {}
  217. },
  218. {
  219. "path": "pages/samples/component/chat",
  220. "style": {}
  221. },
  222. {
  223. "path": "pages/samples/component/swiper",
  224. "style": {}
  225. },
  226. {
  227. "path": "pages/samples/component/modal",
  228. "style": {}
  229. },
  230. {
  231. "path": "pages/samples/component/steps",
  232. "style": {}
  233. }, {
  234. "path": "pages/samples/plugin/indexes",
  235. "style": {}
  236. }, {
  237. "path": "pages/samples/plugin/animation",
  238. "style": {}
  239. }, {
  240. "path": "pages/samples/plugin/drawer",
  241. "style": {}
  242. }, {
  243. "path": "pages/samples/plugin/verticalnav",
  244. "style": {}
  245. }
  246. ,{
  247. "path" : "pages/message/message",
  248. "style" : {}
  249. }
  250. ,{
  251. "path" : "pages/workbench/workbench",
  252. "style" : {}
  253. }
  254. ,{
  255. "path" : "pages/apps/apps",
  256. "style" : {}
  257. }
  258. ,{
  259. "path" : "pages/home/home",
  260. "style" : {}
  261. }
  262. ,{
  263. "path" : "pages/addressbook/addressbook",
  264. "style" : {}
  265. }
  266. ,{
  267. "path" : "pages/samples/ucharts/ucharts",
  268. "style" : {}
  269. }
  270. ,{
  271. "path" : "pages/apps/notification/notification",
  272. "style" : {}
  273. }
  274. ,{
  275. "path" : "pages/apps/mail/mail",
  276. "style" : {}
  277. }
  278. ,{
  279. "path" : "pages/apps/notification/notificationDetail",
  280. "style" : {}
  281. }
  282. ,{
  283. "path" : "pages/apps/notification/oaNotifyForm",
  284. "style" : {}
  285. }
  286. ,{
  287. "path" : "pages/apps/mail/inbox",
  288. "style" : {}
  289. }
  290. ,{
  291. "path" : "pages/apps/mail/outbox",
  292. "style" : {}
  293. }
  294. ,{
  295. "path" : "pages/apps/mail/draft",
  296. "style" : {}
  297. }
  298. ,{
  299. "path" : "pages/apps/mail/trash",
  300. "style" : {}
  301. }
  302. ,{
  303. "path" : "pages/apps/mail/sendEmailForm",
  304. "style" : {}
  305. }
  306. ,{
  307. "path" : "pages/apps/mail/sendEmailDetail",
  308. "style" : {}
  309. }
  310. ,{
  311. "path" : "pages/apps/mail/ReceivedMailDetail",
  312. "style" : {}
  313. }
  314. ,{
  315. "path" : "pages/apps/mail/TrashMailDetail",
  316. "style" : {}
  317. }
  318. ,{
  319. "path" : "pages/workbench/task/ApplyList",
  320. "style" : {}
  321. }
  322. ,{
  323. "path" : "pages/workbench/task/TodoList",
  324. "style" : {}
  325. }
  326. ,{
  327. "path" : "pages/workbench/task/HistoryList",
  328. "style" : {}
  329. }
  330. ,{
  331. "path" : "pages/workbench/task/FlowCopyList",
  332. "style" : {}
  333. }
  334. ,{
  335. "path" : "pages/workbench/task/TaskForm",
  336. "style" : {}
  337. }
  338. ,{
  339. "path" : "pages/test/activiti/TestActivitiLeaveForm",
  340. "style" : {}
  341. }
  342. ,{
  343. "path" : "pages/workbench/task/TaskFormDetail",
  344. "style" : {}
  345. },
  346. {
  347. "path" : "pages/test/mobile/TestMobileForm",
  348. "style" : {}
  349. },
  350. {
  351. "path" : "pages/test/mobile/TestMobileList",
  352. "style" : {}
  353. },
  354. {
  355. "path" : "pages/map/mapVisualization",
  356. "style" :
  357. {
  358. "navigationBarTitleText" : "地图可视化"
  359. }
  360. },
  361. {
  362. "path" : "pages/map/mapVisualization-th",
  363. "style" :
  364. {
  365. "navigationBarTitleText" : "地图可视化-亭湖"
  366. }
  367. },
  368. {
  369. "path" : "pages/map/companyShow",
  370. "style" :
  371. {
  372. "navigationBarTitleText" : "企业信息展示"
  373. }
  374. },
  375. {
  376. "path" : "pages/map/parkShow",
  377. "style" :
  378. {
  379. "navigationBarTitleText" : "园区信息展示"
  380. }
  381. }
  382. ],
  383. "globalStyle": {
  384. "mp-alipay": {
  385. /* 支付宝小程序特有相关 */
  386. "transparentTitle": "always",
  387. "allowsBounceVertical": "NO"
  388. },
  389. "usingComponents": {
  390. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  391. },
  392. "navigationBarBackgroundColor": "#0081ff",
  393. "navigationBarTitleText": "潘黄街道楼宇数字园区综合平台",
  394. "navigationStyle": "custom",
  395. "navigationBarTextStyle": "white"
  396. },
  397. "usingComponts": true,
  398. "condition": { //模式配置,仅开发期间生效
  399. "current": 0, //当前激活的模式(list 的索引项)
  400. "list": [{
  401. "name": "表单", //模式名称
  402. "path": "pages/samples/component/form", //启动页面
  403. "query": "" //启动参数
  404. }
  405. ]
  406. },
  407. "easycom": {
  408. "autoscan": true,
  409. "custom": {
  410. "Am-(.*)": "@/components/Am-$1/index.vue"
  411. }
  412. }
  413. }