This commit is contained in:
2025-11-17 13:35:22 +08:00
parent 7a8fca6702
commit 57661d1f92
2 changed files with 15 additions and 30 deletions

View File

@@ -2,19 +2,19 @@
export const ENV_CONFIG = {
// 开发环境
development: {
API_BASE_URL: 'http://172.16.11.128:9200/api',
API_BASE_URL: 'https://mp-api.websoft.top/api',
APP_NAME: '开发环境',
DEBUG: 'true',
},
// 生产环境
production: {
API_BASE_URL: 'https://cms-api.websoft.top/api',
API_BASE_URL: 'https://mp-api.websoft.top/api',
APP_NAME: '九运售电云',
DEBUG: 'false',
},
// 测试环境
test: {
API_BASE_URL: 'https://cms-api.s209.websoft.top/api',
API_BASE_URL: 'https://mp-api.websoft.top/api',
APP_NAME: '测试环境',
DEBUG: 'true',
}