Commit f3d29247 authored by wentao.suo's avatar wentao.suo

fff

parent bc68e910
......@@ -4,9 +4,9 @@ import { Injectable } from '@angular/core';
export class GlobalService {
pipesServer: String = 'http://pipes.domain.com';
bpServerHost: String = `http://pipes.domain.com`;
uploadServerHost: String = `http://pipes.domain.com`;
pipesServer: String = 'http://pipesapi.q-gp.com';
bpServerHost: String = `http://pipesapi.q-gp.com`;
uploadServerHost: String = `http://pipesapi.q-gp.com`;
extend: Function = (s, 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