Commit 7b9cd09ad8a50c45b2e661e07953d786d82f367d
1 parent
55e9d9fc
fix(demo): make sure the map https resource is correct
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/demo/charts/map/Baidu.vue
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | import { useScript } from '/@/hooks/web/useScript'; |
8 | 8 | |
9 | 9 | const BAI_DU_MAP_URL = |
10 | - 'https://api.map.baidu.com/getscript?v=3.0&ak=OaBvYmKX3pjF7YFUFeeBCeGdy9Zp7xB2&services=&t=20210201100830'; | |
10 | + 'https://api.map.baidu.com/getscript?v=3.0&ak=OaBvYmKX3pjF7YFUFeeBCeGdy9Zp7xB2&services=&t=20210201100830&s=1'; | |
11 | 11 | export default defineComponent({ |
12 | 12 | name: 'BaiduMap', |
13 | 13 | props: { | ... | ... |