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

10 lines
570 B
Plaintext

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 = "https://cnapi.hnzchl.cn";
protected static imgUrl: string = "https://cnapi.hnzchl.cn";
protected static mediaUrl: string = "http://byc1.xypays.cn/";
protected static uploadUrl: string = "/TencentCos/GetUpLoadInfo";
// protected static payuploadUrl: string = "http://192.168.0.142:5085";
protected static payuploadUrl: string = "https://cnapi.hnzchl.cn";
}