Files
QCN_rider/.svn/pristine/72/72d947cfc87a97229a66bf21f9845700b76eacfe.svn-base
2026-02-12 12:19:20 +08:00

9 lines
427 B
Plaintext

export class BaseConfig {
// protected static servesUrl: string = "http://192.168.0.190:8806";//线下
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";
}