Commit 92f22769 authored by 智勇's avatar 智勇

qahomeui qaApiServerHost

parent e75c90f2
import {Injectable} from '@angular/core'; import { Injectable } from '@angular/core';
let Host = "172.30.220.22"; let Host = "172.30.220.22";
// let Host = "192.168.28.179"; // let Host = "192.168.28.179";
...@@ -9,6 +9,7 @@ export class GlobalService { ...@@ -9,6 +9,7 @@ export class GlobalService {
bpServerHost: String = `${protocal}${Host}:3002`; bpServerHost: String = `${protocal}${Host}:3002`;
uploadServerHost: String = `${protocal}${Host}:3002`; uploadServerHost: String = `${protocal}${Host}:3002`;
qaApiServerHost: String = `${protocal}${Host}:3003`;
pipesServer: String = 'http://pipes.liangkebang.com'; pipesServer: String = 'http://pipes.liangkebang.com';
authServer: String = 'http://login.liangkebang.com'; authServer: String = 'http://login.liangkebang.com';
interfaces: String = 'http://banana.liangkebang.com'; interfaces: String = 'http://banana.liangkebang.com';
...@@ -18,8 +19,8 @@ export class GlobalService { ...@@ -18,8 +19,8 @@ export class GlobalService {
bp: this.bpServerHost, bp: this.bpServerHost,
uploadServerHost: this.uploadServerHost, uploadServerHost: this.uploadServerHost,
authServer: this.authServer, authServer: this.authServer,
interfaces: this.interfaces interfaces: this.interfaces,
qaApi: this.qaApiServerHost
} }
extend: Function = (s, t) => { extend: Function = (s, t) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment