pages.json 9.5 KB

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