From 9f13e8747b8c582bfe075591fab27da7bd017bc4 Mon Sep 17 00:00:00 2001 From: zpc Date: Tue, 22 Jul 2025 12:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/env.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/env.js b/common/env.js index 9e76dab..afd3c39 100644 --- a/common/env.js +++ b/common/env.js @@ -6,17 +6,16 @@ // 开发环境配置 const development = { // API基础URL - baseUrl: 'https://testapi.zfunbox.cn', - // 图片资源URL - imageUrl: 'https://image.zfunbox.cn', + baseUrl: 'https://ydsapi.zpc-xy.com', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', routeMapSecretKey: 'g6R@9!zB2fL#1cVm', normalizeResponseKeys: 'g6R@9!zB2fL#1cVm' }; // 生产环境配置 const production = { - baseUrl: 'https://api.zfunbox.cn', - imageUrl: 'https://image.zfunbox.cn', + baseUrl: 'https://ydsapi.zpc-xy.com', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', routeMapSecretKey: 'g6R@9!zB2fL#1cVm', normalizeResponseKeys: 'g6R@9!zB2fL#1cVm' };