采购件入库与出库相关联

This commit is contained in:
dxc
2026-02-05 11:08:29 +08:00
parent f3b60dfc54
commit 273f20f5c3
2 changed files with 65 additions and 26 deletions

View File

@ -17,7 +17,7 @@ export default defineConfig({
// 允许局域网访问前端页面
host: '0.0.0.0',
port: 5173,
https: false, // ★ [新增] 强制开启 HTTPS否则浏览器会拦截摄像头
https: true, // ★ [新增] 强制开启 HTTPS否则浏览器会拦截摄像头
proxy: {
// 拦截所有以 /api 开头的请求
'/api': {