chore: update enterprise resource URL (#12735)

This commit is contained in:
ssongliu
2026-05-15 10:14:03 +08:00
committed by zhengkunwang223
parent cd621b9dba
commit 1e2dc42554

View File

@@ -48,7 +48,7 @@ func RepoURL() string {
}
func ResourceURL() string {
if CONF.Base.IsEnterprise {
return "https://resource.fit2cloud.com/1panel/resource/enterprise"
return "https://resource.fit2cloud.com/1panel/resource/v2"
}
if CONF.Base.IsFxplay {
return "https://resource.fit2cloud.com/1panel/resource/fusionxplay"