thematicPrintConfig.js 507 B

1234567891011121314151617181920212223
  1. let thematicPrintConfig = {
  2. //业务专题图模板
  3. businessTemplates: [
  4. {
  5. name: '现状图',
  6. id: '5f7ecf02-2c93-441e-9cdb-a2857e029e70',
  7. imgSrc: 'static/images/map-export/tmp-thum.jpg',
  8. templatesContents: {}
  9. },
  10. {
  11. name: '供地图',
  12. id: 'eec7a246-8748-4eea-8033-80939df2b4ea',
  13. imgSrc: 'static/images/map-export/tmp-thum.jpg',
  14. templatesContents: {}
  15. },
  16. ],
  17. //自定义出图模板
  18. customTemplates:[
  19. ]
  20. }
  21. export {thematicPrintConfig}