From 76eb430ea5f3776be036c73ffef4c17ffd7cbaf0 Mon Sep 17 00:00:00 2001 From: cclu <1106109051@qq.com> Date: Thu, 21 Nov 2024 10:43:21 +0800 Subject: [PATCH] update --- src/components/map/index.vue | 2 +- vite.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/index.vue b/src/components/map/index.vue index 10fc37c..a0e685f 100644 --- a/src/components/map/index.vue +++ b/src/components/map/index.vue @@ -11,7 +11,7 @@ import RobotDialogueBox from "./component/RobotDialogueBox.vue"; // 地图实例 const scene = ref(); -// 悬浮框实例 +// 悬浮框实例 const hoverPoint = ref(); // 所有服务区的数据 let defaultServerPartList = reactive([]); diff --git a/vite.config.ts b/vite.config.ts index 051f832..3e51244 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -2,7 +2,7 @@ * @Author: cclu 1106109051@qq.com * @Date: 2024-11-18 11:40:21 * @LastEditors: cclu 1106109051@qq.com - * @LastEditTime: 2024-11-20 13:59:51 + * @LastEditTime: 2024-11-21 10:43:14 * @FilePath: \aiRobot\vite.config.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -18,7 +18,7 @@ export default defineConfig({ build: { outDir: 'dist', // 打包输出目录 assetsDir: 'assets', // 静态资源目录 - rollupOptions: { + rollupOptions: { input: '/index.html', // 指定入口文件 }, },