出库操作逻辑上面实现,成功跑通

This commit is contained in:
dxc
2026-02-05 10:20:52 +08:00
parent 797b611530
commit f3b60dfc54
8 changed files with 337 additions and 117 deletions

View File

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