Commit 7b9cd09ad8a50c45b2e661e07953d786d82f367d

Authored by Vben
1 parent 55e9d9fc

fix(demo): make sure the map https resource is correct

src/views/demo/charts/map/Baidu.vue
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 import { useScript } from '/@/hooks/web/useScript'; 7 import { useScript } from '/@/hooks/web/useScript';
8 8
9 const BAI_DU_MAP_URL = 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 export default defineComponent({ 11 export default defineComponent({
12 name: 'BaiduMap', 12 name: 'BaiduMap',
13 props: { 13 props: {