diff --git a/src/app/admin/audit/refund-audit/refund-audit.component.html b/src/app/admin/audit/refund-audit/refund-audit.component.html index 0fc246a..5d8fc46 100644 --- a/src/app/admin/audit/refund-audit/refund-audit.component.html +++ b/src/app/admin/audit/refund-audit/refund-audit.component.html @@ -28,6 +28,7 @@ + diff --git a/src/app/admin/discount-package/order-list/order-list.component.html b/src/app/admin/discount-package/order-list/order-list.component.html index 6fda3e0..5b94ed8 100644 --- a/src/app/admin/discount-package/order-list/order-list.component.html +++ b/src/app/admin/discount-package/order-list/order-list.component.html @@ -34,7 +34,7 @@ 类型 - + diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 5a795b3..cc5edd5 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://hsg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) - imageUrl: 'https://hsg.dctpay.com/filesystem/', + baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) + imageUrl: 'http://localhost:9302/filesystem/', + // baseUrl: 'https://hsg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址) + // imageUrl: 'https://hsg.dctpay.com/filesystem/', key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=', inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=', };