From 535d80cb0dfff694d43ced05f74ee3a60ebf2a5f Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 15 Oct 2025 15:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=92=8C=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9content=E5=92=8Cjs?= =?UTF-8?q?=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/AppFooter.vue | 6 +++--- app/components/Navigation.vue | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 29868bd..cf76ee4 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -14,11 +14,11 @@ const {footer} = useAppConfig()
diff --git a/app/components/Navigation.vue b/app/components/Navigation.vue index d0144ba..9ddbbc1 100644 --- a/app/components/Navigation.vue +++ b/app/components/Navigation.vue @@ -128,9 +128,7 @@ onMounted(() => { const loadJSFiles = () => { const jsFiles = [ - '/js/jquery-1.10.2.js', - '/js/bootstrap.min.js', - '/js/index.js', + '/js/gopcOm.js' ]