chore: rename Amap

This commit is contained in:
Vben
2021-03-12 21:53:10 +08:00
parent a9462f0d4d
commit 68ceb2871f
3 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const charts: AppRouteModule = {
meta: { meta: {
title: t('routes.demo.charts.aMap'), title: t('routes.demo.charts.aMap'),
}, },
component: () => import('/@/views/demo/charts/map/Amap.vue'), component: () => import('/@/views/demo/charts/map/Gaode.vue'),
}, },
{ {
path: 'googleMap', path: 'googleMap',

View File

@@ -7,7 +7,7 @@
import { useScript } from '/@/hooks/web/useScript'; import { useScript } from '/@/hooks/web/useScript';
const MAP_URL = 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({ export default defineComponent({
name: 'GoogleMap', name: 'GoogleMap',