diff --git a/src/app/admin/tuanyou-agent/order-st/order-st.component.ts b/src/app/admin/tuanyou-agent/order-st/order-st.component.ts index 875f1a7..65c3909 100644 --- a/src/app/admin/tuanyou-agent/order-st/order-st.component.ts +++ b/src/app/admin/tuanyou-agent/order-st/order-st.component.ts @@ -54,7 +54,6 @@ export class OrderStComponent implements OnInit { gasOilType: [null], }); this.getRequest(true, this.searchForm.value); - if (this.adminFlag == 1 && this.roleType == 5) { const object = { companyId: this.store.get(ADMIN_INFO_OBJECT)['bsCompany'].id, diff --git a/src/environments/environment.ts b/src/environments/environment.ts index ffa77b2..4b16055 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,8 +6,8 @@ export const environment = { production: false, // baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) // imageUrl: 'http://localhost:9302/filesystem/', - baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) - imageUrl: 'https://hsgcs.dctpay.com/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=', };