From 52280b4117463434955f25ee2b1232e9fe28d1c2 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Wed, 25 Dec 2024 21:54:49 +0800 Subject: [PATCH] 1111 --- .env.production | 3 +- src/api/system/order.js | 9 + src/views/system/device/index.vue | 4 +- src/views/system/order/index.vue | 305 +++++++++++------------------- 4 files changed, 128 insertions(+), 193 deletions(-) diff --git a/.env.production b/.env.production index 980617a..0d7b5fa 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,5 @@ VUE_APP_TITLE = 小鹿骑行 ENV = 'production' # 小鹿骑行/生产环境 -VUE_APP_BASE_API = '/prod-api' +# VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'https://testlu.chuangtewl.com/prod-api' diff --git a/src/api/system/order.js b/src/api/system/order.js index 1d1c36a..970e54f 100644 --- a/src/api/system/order.js +++ b/src/api/system/order.js @@ -17,6 +17,15 @@ export function getOrder(orderId) { }) } +// 退款 +export function refund(data) { + return request({ + url: '/appVerify/refund', + method: 'put', + data: data + }) +} + // 新增订单 export function addOrder(data) { return request({ diff --git a/src/views/system/device/index.vue b/src/views/system/device/index.vue index 940b5c4..c089a9f 100644 --- a/src/views/system/device/index.vue +++ b/src/views/system/device/index.vue @@ -269,14 +269,14 @@ - 开锁 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 重置 @@ -303,15 +155,10 @@ - - - - - + + - - - - + - -