From 7bcaa0699f3632c6d8939682777ff23daeea94ac Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 9 Sep 2025 11:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=8E=A5=E5=8F=A3base?= =?UTF-8?q?=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request.js | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/utils/request.js b/utils/request.js index 04f7469..882d9df 100644 --- a/utils/request.js +++ b/utils/request.js @@ -16,20 +16,11 @@ import { // 环境配置 const ENV_CONFIG = { - develop: { - // 开发环境 - // baseUrl: 'http://192.168.2.13:4601', - baseUrl: 'https://chu.chuangtewl.com/prod-api', - appId: 1, - }, - trial: { - // 体验版 - baseUrl: 'https://chu.chuangtewl.com/prod-api', - appId: 1, - }, release: { // 正式版 - baseUrl: 'https://chu.chuangtewl.com/prod-api', + // baseUrl: 'https://chu.chuangtewl.com/prod-api', + // baseUrl: 'http://192.168.2.88:4601', + baseUrl: 'http://192.168.2.88:4601', appId: 1, }, }