diff --git a/src/assets/mapUtils/map.ts b/src/assets/mapUtils/map.ts index 0931ebf..efbdf91 100644 --- a/src/assets/mapUtils/map.ts +++ b/src/assets/mapUtils/map.ts @@ -35,7 +35,6 @@ export const Map = { }).then((res) => { AMap = res; const { zoom, center, mapStyle } = { ...defaultOption, ...option }; - console.log(mapStyle, center, 'adjahdkjashkjd'); //基本地图加载 this.map = new AMap.Map(el, { resizeEnable: true, diff --git a/src/router/index.ts b/src/router/index.ts index f220d59..3a21d83 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -25,14 +25,6 @@ const routes: Array = [ }, component: () => import('/@/views/indexSun.vue'), }, - { - path: '/home1', - name: 'index1', - meta: { - title: '副屏1', - }, - component: () => import('/@/views/index.vue'), - }, ]; const router: Router = createRouter({