fix: 优化电子围栏绘制!
This commit is contained in:
parent
7a0e0615c8
commit
6e7e065763
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,11 @@ import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
host: '0.0.0.0', // 监听所有网络接口
|
||||
port: 5173, // 默认端口
|
||||
strictPort: true // 如果端口被占用则退出
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user