Files
vpUni/.svn/pristine/7c/7cca50a5cd2af5d5a2e18764b45b8599b7d1ca9a.svn-base
2026-03-09 16:39:03 +08:00

9 lines
428 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.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";
}