1234567891011121314151617181920212223 |
- let thematicPrintConfig = {
- //业务专题图模板
- businessTemplates: [
- {
- name: '现状图',
- id: '5f7ecf02-2c93-441e-9cdb-a2857e029e70',
- imgSrc: 'static/images/map-export/tmp-thum.jpg',
- templatesContents: {}
- },
- {
- name: '供地图',
- id: 'eec7a246-8748-4eea-8033-80939df2b4ea',
- imgSrc: 'static/images/map-export/tmp-thum.jpg',
- templatesContents: {}
- },
- ],
- //自定义出图模板
- customTemplates:[
- ]
- }
- export {thematicPrintConfig}
|