Commit 241e6065 authored by tower's avatar tower

fix

parent 9feae243
......@@ -11,12 +11,14 @@ export class GlobalService {
uploadServerHost: String = `${protocal}${Host}:3002`;
pipesServer: String = 'http://pipes.liangkebang.com';
authServer: String = 'http://login.liangkebang.com';
interfaces: String = 'http://banana.liangkebang.com';
servers: any = {
pipes: this.pipesServer,
bp: this.bpServerHost,
uploadServerHost: this.uploadServerHost,
authServer: this.authServer
authServer: this.authServer,
interfaces: this.interfaces
}
......
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