diff --git a/src/app/admin/order/oil-station-order/oil-station-order.component.html b/src/app/admin/order/oil-station-order/oil-station-order.component.html
index 6dc2eae..b295686 100644
--- a/src/app/admin/order/oil-station-order/oil-station-order.component.html
+++ b/src/app/admin/order/oil-station-order/oil-station-order.component.html
@@ -79,7 +79,6 @@
编号 |
订单号 |
油站名称 |
- 油站地址 |
类型 |
油号 |
油枪号 |
@@ -99,7 +98,6 @@
{{i + 1}} |
{{data.orderNo}} |
{{data.gasName}} |
- {{data.gasAddress}} |
{{data.gasOilType == 1 ? '汽油': '柴油'}} |
{{data.gasOilNo + "#"}} |
{{data.gasGunNo + "号"}} |
@@ -131,7 +129,7 @@
-
+
{{data['gasName']}}
{{data['gasAddress']}}
{{data['orderNo']}}
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 0f97376..ca22a39 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -4,10 +4,10 @@
export const environment = {
production: false,
- baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址)
- imageUrl: 'http://localhost:9302/filesystem/',
-/* baseUrl: 'https://hsgcs.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
- imageUrl: 'https://hsgcs.dctpay.com/filesystem/',*/
+/* baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址)
+ imageUrl: 'http://localhost:9302/filesystem/',*/
+ baseUrl: 'https://hsgcs.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
+ imageUrl: 'https://hsgcs.dctpay.com/filesystem/',
key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=',
inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=',
};