forked from gxwebsoft/mp-10550
fix(order): 修复订单列表筛选逻辑和支付倒计时配置
- 将开发环境API_BASE_URL切换回本地地址 - 修复Tabs状态筛选器逻辑,全部状态时删除筛选参数 - 更新待收货和退货/售后标签页的订单过滤规则 - 将支付倒计时超时时间从1小时调整为24小时 - 修复立即支付按钮显示逻辑,避免已过期订单仍显示支付按钮
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
export const ENV_CONFIG = {
|
||||
// 开发环境
|
||||
development: {
|
||||
// API_BASE_URL: 'http://127.0.0.1:9200/api',
|
||||
API_BASE_URL: 'https://mp-api.websoft.top/api',
|
||||
API_BASE_URL: 'http://127.0.0.1:9200/api',
|
||||
// API_BASE_URL: 'https://mp-api.websoft.top/api',
|
||||
APP_NAME: '开发环境',
|
||||
DEBUG: 'true',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user