pages.json 8.3 KB

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