mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
chore: rename Amap
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user