调整vue前端:切换为8091端口;调整接口地址适应新后端;完善蚕茧仪评分析中图片可能超出全屏的情况;调整设备远程控制模块地址;

This commit is contained in:
BBIT-Kai
2025-09-26 16:23:21 +08:00
parent 381469aff8
commit 019a4365ed
6 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ http {
# gzip_vary on;
server {
listen 8090;
listen 8091;
server_name localhost;
location / {