export class BaseConfig { protected static servesUrl: string = "http://192.168.0.142:5085";//线下 protected static imgUrl: string = "http://192.168.0.142:5085"; // protected static servesUrl: string = "http://vp.xypays.cn"; // protected static imgUrl: string = "http://vp.cloud.xypays.cn"; protected static mediaUrl: string = "http://byc1.xypays.cn/"; protected static uploadUrl: string = "/TencentCos/GetUpLoadInfo"; protected static payuploadUrl: string = "http://pay.xypays.cn"; }