fix: 优化电子围栏绘制!

This commit is contained in:
liuzhiyuan 2025-08-01 16:21:53 +08:00
parent 7a0e0615c8
commit 6e7e065763
2 changed files with 643 additions and 463 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,11 @@ import path from 'path'
export default defineConfig({ export default defineConfig({
plugins: [vue()], plugins: [vue()],
server: {
host: '0.0.0.0', // 监听所有网络接口
port: 5173, // 默认端口
strictPort: true // 如果端口被占用则退出
},
resolve: { resolve: {
alias: { alias: {
'@': path.resolve(__dirname, './src'), '@': path.resolve(__dirname, './src'),