From cbb4096ea4b3c77a7acb56b3d2bba617dd6abada Mon Sep 17 00:00:00 2001 From: liulong <18539103286> Date: Tue, 9 Jun 2026 22:01:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(ggwhglHtgl):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E7=9A=84=20Footer=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit components 中引用了 Footer 但未 import,运行时报 ReferenceError: Footer is not defined 导致路由加载失败。 Footer 由 main.vue 全局渲染,子页面无需重复注册。 Co-authored-by: Cursor --- txw-mhzc-web/src/pages/index/views/ggwhglHtgl/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txw-mhzc-web/src/pages/index/views/ggwhglHtgl/index.vue b/txw-mhzc-web/src/pages/index/views/ggwhglHtgl/index.vue index 099276b..232c81b 100644 --- a/txw-mhzc-web/src/pages/index/views/ggwhglHtgl/index.vue +++ b/txw-mhzc-web/src/pages/index/views/ggwhglHtgl/index.vue @@ -104,7 +104,7 @@ export function getFjxx(data) { }); } export default { - components: { SearchIcon, GgList, GgDetail, GgDrawer,Nav,Footer}, + components: { SearchIcon, GgList, GgDetail, GgDrawer, Nav}, data() { return { tabValue: 'sjgg',