From 7cf708376b46741dbee847e59c64a8e11ad088c5 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 15 十月 2025 13:27:58 +0800 Subject: [PATCH] fix: 绞线的钢芯领用取消关联 --- .env.production | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index a5aa117..11cf31d 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,10 @@ - +锘� # API 鍩虹璺緞锛屽紑鍙戠幆澧冧笅鐨勮姹傚墠缂� +VITE_APP_BASE_API = '/prod-api' # VITE_APP_BASE_API = 'http://114.132.189.42:7002/mes' # API 鏈嶅姟鍣ㄧ殑 URL # VITE_APP_API_URL = 'http://114.132.189.42:7002/mes' # 灞变笢 VITE_APP_API_URL = 'http://192.168.100.131:7002/mes' + -- Gitblit v1.9.3