From 7e2346f5fb6cf41a43e55617600ff61b20dc6d11 Mon Sep 17 00:00:00 2001 From: xf Date: Wed, 2 Jul 2025 16:23:37 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=88=9D=E5=A7=8B=E5=8C=96=EF=BC=9A?= =?UTF-8?q?=E6=96=B0=E7=96=86=E5=A4=A7=E5=B1=8F=E5=9F=BA=E7=A1=80=E6=90=AD?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/mapUtils/map.ts | 1 - src/router/index.ts | 8 -------- 2 files changed, 9 deletions(-) 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({