Commit 9cd8cd65b4cb92d5984ed35c3f9eecced34f8fb7
1 parent
44fbd555
feat(src/packages): 优化高德地图标点弹窗和数据展示
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -105,7 +105,6 @@ const createInfoWindow = async (extraInfo: dataExtraInfoType) => { |
105 | 105 | let { lastUpdateTs } = res[0] |
106 | 106 | const lastUpdateFormatTs = dayjs(lastUpdateTs).format('YYYY-MM-DD HH:mm:ss') |
107 | 107 | //render方式渲染小组件里的边框组件 |
108 | - console.log(mpBorderConfig.value.value) | |
109 | 108 | const BorderInstance = await import(`../../../../Decorates/Borders/${mpBorderConfig.value.value}/index.vue`) |
110 | 109 | const config = await import(`../../../../Decorates/Borders/${mpBorderConfig.value.value}/config.ts`) |
111 | 110 | const BorderConfigInstance = new config.default() | ... | ... |