This commit is contained in:
Putoo
2026-04-25 16:26:07 +08:00
parent 62d5562ca7
commit 5153a4e1e7
19 changed files with 411 additions and 699 deletions

View File

@@ -0,0 +1,6 @@
/*
统一配置中心
*/
export class BaseConfig {
public static BaseUrl:string="https://localhost:7198";
}