update
This commit is contained in:
parent
3e7dfd3306
commit
76eb430ea5
@ -11,7 +11,7 @@ import RobotDialogueBox from "./component/RobotDialogueBox.vue";
|
|||||||
|
|
||||||
// 地图实例
|
// 地图实例
|
||||||
const scene = ref<any>();
|
const scene = ref<any>();
|
||||||
// 悬浮框实例
|
// 悬浮框实例
|
||||||
const hoverPoint = ref<any>();
|
const hoverPoint = ref<any>();
|
||||||
// 所有服务区的数据
|
// 所有服务区的数据
|
||||||
let defaultServerPartList = reactive<any>([]);
|
let defaultServerPartList = reactive<any>([]);
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
* @Author: cclu 1106109051@qq.com
|
* @Author: cclu 1106109051@qq.com
|
||||||
* @Date: 2024-11-18 11:40:21
|
* @Date: 2024-11-18 11:40:21
|
||||||
* @LastEditors: cclu 1106109051@qq.com
|
* @LastEditors: cclu 1106109051@qq.com
|
||||||
* @LastEditTime: 2024-11-20 13:59:51
|
* @LastEditTime: 2024-11-21 10:43:14
|
||||||
* @FilePath: \aiRobot\vite.config.ts
|
* @FilePath: \aiRobot\vite.config.ts
|
||||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
*/
|
*/
|
||||||
@ -18,7 +18,7 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
outDir: 'dist', // 打包输出目录
|
outDir: 'dist', // 打包输出目录
|
||||||
assetsDir: 'assets', // 静态资源目录
|
assetsDir: 'assets', // 静态资源目录
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: '/index.html', // 指定入口文件
|
input: '/index.html', // 指定入口文件
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user