From 47ee9e62e07b3b467b61a7a0793e3db01947baeb Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 13 六月 2025 13:43:29 +0800
Subject: [PATCH] fix(iframe): 修正 iframe 请求路径

---
 common/config.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/config.js b/common/config.js
index 373b741..9573365 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,14 +1,14 @@
 /* 鍚勭璇锋眰url閰嶇疆 */
 // 寮�鍙�
 const dev = {
-	baseUrl: 'http://172.16.60.115:8089',
-	VITE_APP_BASE: 'http://172.16.60.115:8001',
+	baseUrl: 'http://172.16.60.119:8069',
+	VITE_APP_BASE: 'http://172.16.60.119:8061',
 	sftp: '',
 }
 // 绾夸笂
 const prod = {
-	VITE_APP_BASE: 'https://dmx.jinmingyuan.com:8999/lypyapi',
-	baseUrl: 'https://dmx.jinmingyuan.com:8999/lyapi',
+	VITE_APP_BASE: 'http://61.168.99.48:8055/lypyapi',
+	baseUrl: 'http://61.168.99.48:8055/lyapi',
 	sftp: '',
 }
 

--
Gitblit v1.9.1