fix(ggwhglHtgl): 移除未注册的 Footer 组件

components 中引用了 Footer 但未 import,运行时报
ReferenceError: Footer is not defined 导致路由加载失败。
Footer 由 main.vue 全局渲染,子页面无需重复注册。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
liulong 2026-06-09 22:01:41 +08:00
parent f103fae39b
commit cbb4096ea4

View File

@ -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',