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: {
title: t('routes.demo.charts.aMap'),
},
component: () => import('/@/views/demo/charts/map/Amap.vue'),
component: () => import('/@/views/demo/charts/map/Gaode.vue'),
},
{
path: 'googleMap',