diff --git a/core/global/global.go b/core/global/global.go index 94331c5a1..bc8e2c6b0 100644 --- a/core/global/global.go +++ b/core/global/global.go @@ -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"