Commit 469c4114 authored by tower's avatar tower

edit

parent 64f79fc0
...@@ -13,18 +13,18 @@ export class GlobalService { ...@@ -13,18 +13,18 @@ export class GlobalService {
authServer: String = 'http://login.liangkebang.com'; authServer: String = 'http://login.liangkebang.com';
servers: any = { servers: any = {
pipes: this.pipesServer, pipes: pipesServer,
bp: this.bpServerHost, bp: bpServerHost,
uploadServerHost: this.uploadServerHost, uploadServerHost: uploadServerHost,
authServer: this.authServer authServer: http://login.liangkebang.com
} }
extend: Function = (s, t) => { extend: Function = (s, t) => {
let ks = Object.keys(t) let ks = Object.keys(t)
for (let k of ks) { for (let k of ks) {
s[k] = JSON.parse(JSON.stringify(t[k])) s[k] = JSON.parse(JSON.stringify(t[k]))
} }
} }
} }
\ No newline at end of file
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