请求接口base简化

This commit is contained in:
WindowBird 2025-09-09 11:43:35 +08:00
parent c6061fb53f
commit 7bcaa0699f

View File

@ -16,20 +16,11 @@ import {
// 环境配置 // 环境配置
const ENV_CONFIG = { 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: { 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, appId: 1,
}, },
} }