This commit is contained in:
cclu 2024-11-21 10:43:21 +08:00
parent 3e7dfd3306
commit 76eb430ea5
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import RobotDialogueBox from "./component/RobotDialogueBox.vue";
//
const scene = ref<any>();
//
//
const hoverPoint = ref<any>();
//
let defaultServerPartList = reactive<any>([]);

View File

@ -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', // 指定入口文件
},
},