From 0f064cb5e6e0bc6d979c292b0b94b7905f27d66a Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期四, 05 六月 2025 11:14:48 +0800 Subject: [PATCH] fix: 文件预览跟下载 --- common/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index 373b741..7952adf 100644 --- a/common/config.js +++ b/common/config.js @@ -1,8 +1,8 @@ /* 鍚勭璇锋眰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: '', } // 绾夸笂 -- Gitblit v1.9.1