From b7eba3898838cdb9de1589106741c348deda9ff0 Mon Sep 17 00:00:00 2001 From: haml-707 <845831435@qq.com> Date: Tue, 16 Jan 2024 14:54:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=8A=B6=E6=80=81=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppFooter.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index d9c60eb..69d45e4 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -115,10 +115,6 @@ const linksData2: any = { NAME: '法律声明', URL: 'https://www.openeuler.org/zh/other/legal/', }, - { - NAME: '服务状态', - URL: 'https://status.openeuler.org/', - }, ], en: [ { @@ -133,10 +129,6 @@ const linksData2: any = { NAME: 'Legal Notice', URL: 'https://www.openeuler.org/en/other/legal/', }, - { - NAME: 'Service Status', - URL: 'https://status.openeuler.org/', - }, ], }; -- Gitee