From a0f008e1b176ab0c844bc4721f282e12d18f855c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 24 Feb 2025 18:20:11 +0800
Subject: [PATCH] 调整详情和修改地图渲染功能
---
src/main.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index 44a7ddd..84dd574 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -8,6 +8,8 @@
import store, { storeKey } from './store'
import { createInstance } from '../root'
import * as Cesium from 'cesium';
+import Vant from 'vant';
+import 'vant/lib/index.css'; // 引入样式文件
// 初始化 Cesium Viewer
window.cesiumViewer = null
@@ -15,6 +17,7 @@
const app = createInstance(App) // 引入css
app.use(ElementPlus);
+app.use(Vant);
app.use(store, storeKey)
app.use(router)
--
Gitblit v1.9.3