From aa1faf474e67a40bed983abc0a6d1868bd38ce19 Mon Sep 17 00:00:00 2001 From: liyong <18434998025@163.com> Date: 星期六, 11 十月 2025 11:37:33 +0800 Subject: [PATCH] fix: 配置文件 --- .env.production | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index a5aa117..04ef177 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' +VITE_APP_API_URL = 'http://192.168.0.244:8893/mes' + -- Gitblit v1.9.3