From 04e8256a9da9c7b11ed3b44fe872ea79964a6de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Thu, 15 Aug 2024 11:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/order/refund/index.vue | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index 18fb70a..c7b3776 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = +VUE_APP_BASE_API ='https://api.tropjoin.com' # socket 连接地址 -VUE_APP_WS_URL = +VUE_APP_WS_URL ='wss://api.tropjoin.com' diff --git a/src/views/order/refund/index.vue b/src/views/order/refund/index.vue index f0b99fd..38369ec 100644 --- a/src/views/order/refund/index.vue +++ b/src/views/order/refund/index.vue @@ -52,6 +52,7 @@ @@ -277,13 +278,7 @@ export default { }, listLoading: true, orderStatusOptions: { - '待付款': '1', - '待发货': '2', - '待收货': '3', - '待评价': '4', - '交易完成': '5', - '已退款': '6', - '已删除': '7' + '交易完成': '3', }, tableFrom: { refund_order_sn: this.$route.query.refund_order_sn ? this.$route.query.refund_order_sn : "",