pages.json 8.7 KB

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