修复:订单状态的筛选

This commit is contained in:
2025-08-11 00:39:33 +08:00
parent afe54770a8
commit a2d763dd42
4 changed files with 71 additions and 105 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',
},