修复已知问题

This commit is contained in:
2025-08-05 21:40:08 +08:00
parent 80ca721826
commit 27505c1c64
8 changed files with 317 additions and 114 deletions

View File

@@ -2,7 +2,7 @@
export const ENV_CONFIG = {
// 开发环境
development: {
API_BASE_URL: 'https://cms-api.websoft.top/api',
API_BASE_URL: 'http://127.0.0.1:9200/api',
APP_NAME: '时里院子市集',
DEBUG: 'true',
},