pull/1/head
袁野 3 years ago
parent 8088d941f2
commit 16303dfda1
  1. 1
      src/app/admin/tuanyou-agent/order-st/order-st.component.ts
  2. 4
      src/environments/environment.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,

@ -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=',
};

Loading…
Cancel
Save