From e6998a951c3a154e24b0008c2b8c6640caa2d2be Mon Sep 17 00:00:00 2001
From: hu177768073 <177768073@qq.com>
Date: Tue, 3 Jun 2025 13:56:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/trade/order-oil-list/order-oil-list.component.html | 2 +-
src/environments/environment.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/pages/trade/order-oil-list/order-oil-list.component.html b/src/app/pages/trade/order-oil-list/order-oil-list.component.html
index 5b1bb0f..12cf88b 100644
--- a/src/app/pages/trade/order-oil-list/order-oil-list.component.html
+++ b/src/app/pages/trade/order-oil-list/order-oil-list.component.html
@@ -244,7 +244,7 @@
操作列表
- -
+
- 交易详情
- 交易退款
- 交易补单
- 打印小票
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index debd267..78d8ba9 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -4,7 +4,7 @@
export const environment = {
production: false,
- baseUrl: 'https://test-oil.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
+ baseUrl: 'https://oil.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
imageUrl: 'https://test-oil.dctpay.com/filesystem/',
};