From 349020eb32ec1c8589b568b767b674df71075e80 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 17 七月 2024 09:26:08 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0

---
 src/main.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 110afce..a681408 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -11,6 +11,8 @@
 import VueGridLayout from 'vue-grid-layout';
 import { initBackEndControlRoutes } from './router/backEnd';
 import '/@/theme/index.scss';
+import "@amap/amap-jsapi-types";
+
 const app = createApp(App);
 for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
 	app.component(key, component);

--
Gitblit v1.9.3