diff --git a/src/app/admin/recharge-order/user/user.component.html b/src/app/admin/recharge-order/user/user.component.html
index 3b37ac2..bef91e7 100644
--- a/src/app/admin/recharge-order/user/user.component.html
+++ b/src/app/admin/recharge-order/user/user.component.html
@@ -73,6 +73,7 @@
编号 |
+ 邀请链接 |
代理商名称 |
代理商地址 |
联系人 |
@@ -84,6 +85,7 @@
{{i + 1}} |
+ {{KEY + data.agentKey}} |
{{data.agentName}} |
{{data.agentAddress}} |
{{data.agentUser}} |
diff --git a/src/app/admin/recharge-order/user/user.component.ts b/src/app/admin/recharge-order/user/user.component.ts
index 596d1c0..bc3ea34 100644
--- a/src/app/admin/recharge-order/user/user.component.ts
+++ b/src/app/admin/recharge-order/user/user.component.ts
@@ -18,6 +18,7 @@ export class UserComponent implements OnInit {
WEB_SERVE_URL = environment.imageUrl;
FILE_URL = environment.imageUrl;
+ KEY = environment.key;
searchForm: FormGroup; // 搜索框
requestData = []; // 列表数据
total: number; // 页码
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 0d20ac6..6506d77 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -4,10 +4,11 @@
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=',
};
/*