Files
vpUni/.svn/pristine/a7/a790a2910cd8da4b3d06e18d9c32d3b4cb82c4be.svn-base
2026-03-09 16:39:03 +08:00

9 lines
431 B
Plaintext

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