This commit is contained in:
2025-11-17 12:06:09 +08:00
parent 888967aad2
commit 23cca3cd3c
2 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
export const ENV_CONFIG = {
// 开发环境
development: {
API_BASE_URL: 'http://127.0.0.1:9200/api',
API_BASE_URL: 'http://172.16.11.128:9200/api',
APP_NAME: '开发环境',
DEBUG: 'true',
},