From 095654ae8a89476a769dcf19472ede10f7a0148d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 14 三月 2025 11:02:22 +0800 Subject: [PATCH] 1、车间看板页面缩放设备最小尺寸由70调整为50 2、调整车间看板页面右侧设备布局中的设备样式 3、将看板页面加入路由白名单,无需登录即可访问 --- .env.development | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 4923cd3..adb6fa4 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,12 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://127.0.0.1:8089 +#宸ユ帶缃� +#VUE_APP_API_BASE_URL=http://10.118.10.62:6099 +#娑夊瘑缃� +#VUE_APP_API_BASE_URL=http://20.10.3.42:6099 +#鏈湴 +VUE_APP_API_BASE_URL=http://127.0.0.1:9999 +#鏈湴铏氭嫙鏈� +#VUE_APP_API_BASE_URL=http://192.168.1.18:9999 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview -- Gitblit v1.9.3