提交 68ceb287 编写于 作者: V Vben

chore: rename Amap

上级 a9462f0d
......@@ -27,7 +27,7 @@ const charts: AppRouteModule = {
meta: {
title: t('routes.demo.charts.aMap'),
},
component: () => import('/@/views/demo/charts/map/Amap.vue'),
component: () => import('/@/views/demo/charts/map/Gaode.vue'),
},
{
path: 'googleMap',
......
......@@ -7,7 +7,7 @@
import { useScript } from '/@/hooks/web/useScript';
const MAP_URL =
'https://maps.googleapis.com/maps/api/js?key=AIzaSyBQWrrGwj4gAzKndcbwD5favT9K0wgty_0&signed_in=true';
'https://maps.googleapis.com/maps/api/js?key=AIzaSyBQWrGwj4gAzKndcbwD5favT9K0wgty_0&signed_in=true';
export default defineComponent({
name: 'GoogleMap',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册