Commit 469c4114 authored by tower's avatar tower

edit

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