样品信息管理

This commit is contained in:
Lxq
2026-01-14 14:04:08 +08:00
parent 7c2678429c
commit 36e0644b5d
7 changed files with 1942 additions and 2 deletions

View File

@@ -15,4 +15,8 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
server: {
host: '0.0.0.0', // 允许外部访问
port: 5173, // 端口号
},
})