diff --git a/agent/global/global.go b/agent/global/global.go index fce7bf05d..27a37f864 100644 --- a/agent/global/global.go +++ b/agent/global/global.go @@ -57,5 +57,5 @@ func AppRepoURL() string { if CONF.Base.Edition != "intl" { return "https://apps-assets.fit2cloud.com" } - return "https://apps.1panel.pro/v2" + return "https://apps.1panel.pro" } diff --git a/core/global/global.go b/core/global/global.go index a9fcab0e9..fb6791b72 100644 --- a/core/global/global.go +++ b/core/global/global.go @@ -51,5 +51,5 @@ func AppRepoURL() string { if CONF.Base.Edition != "intl" { return "https://apps-assets.fit2cloud.com" } - return "https://apps.1panel.pro/v2" + return "https://apps.1panel.pro" } diff --git a/frontend/src/components/license-import/index.vue b/frontend/src/components/license-import/index.vue index 935853046..3109cd358 100644 --- a/frontend/src/components/license-import/index.vue +++ b/frontend/src/components/license-import/index.vue @@ -115,7 +115,7 @@ const toLxware = () => { if (!globalStore.isIntl) { window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer'); } else { - window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer'); + window.open('https://1panel.pro/pricing' + '', '_blank', 'noopener,noreferrer'); } }; diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index 017373e21..70649f7cd 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -101,7 +101,7 @@ const toLxware = () => { if (!globalStore.isIntl) { window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer'); } else { - window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer'); + window.open('https://1panel.pro/pricing' + '', '_blank', 'noopener,noreferrer'); } }; diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue index 7b565611e..1c3260701 100644 --- a/frontend/src/layout/components/AppFooter.vue +++ b/frontend/src/layout/components/AppFooter.vue @@ -5,7 +5,7 @@ Copyright © 2014-{{ year }} {{ $t('commons.fit2cloud') }} - + Copyright © {{ year }} {{ $t('commons.lingxia') }}