pages.json 9.7 KB

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