feat:修改地址配置

This commit is contained in:
bujinyuan
2026-03-13 16:34:28 +08:00
parent 8ee870636c
commit 1a5aac9998
3 changed files with 6 additions and 1 deletions

View File

@@ -5,4 +5,7 @@ export default defineConfig({
plugins: [
uni(),
],
server: {
host: '0.0.0.0',
},
})