Commit 5846513a authored by tower's avatar tower

edit

parent 16fafd69
...@@ -7,6 +7,8 @@ export class GlobalService { ...@@ -7,6 +7,8 @@ export class GlobalService {
bpServerHost: String = `${protocal}${Host}:3002`; bpServerHost: String = `${protocal}${Host}:3002`;
uploadServerHost: String = `${protocal}${Host}:3002`; uploadServerHost: String = `${protocal}${Host}:3002`;
pipesServer: String = 'http://pipes.liangkebang.com';
authServer: String = `http://login.liangkebang.com`;
extend: Function = (s, t) => { extend: Function = (s, t) => {
let ks = Object.keys(t) let ks = Object.keys(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