From 9d2851fd93323581ea382d5191e2dbb90642b963 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期三, 18 六月 2025 09:11:26 +0800 Subject: [PATCH] refactor(config): 更新线上环境 API 地址 --- common/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index 9573365..eff8eea 100644 --- a/common/config.js +++ b/common/config.js @@ -7,8 +7,8 @@ } // 绾夸笂 const prod = { - VITE_APP_BASE: 'http://61.168.99.48:8055/lypyapi', - baseUrl: 'http://61.168.99.48:8055/lyapi', + VITE_APP_BASE: 'https://lyznt.jxpj.cn/lypyapi', + baseUrl: 'https://lyznt.jxpj.cn/lyapi', sftp: '', } -- Gitblit v1.9.1