first commit

This commit is contained in:
Ls
2026-02-12 12:19:20 +08:00
commit 219fd9be5c
529 changed files with 169918 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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.twbar.cn";
// protected static imgUrl: string = "https://cnapi.twbar.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.twbar.cn";
}