2:路由文件配置 router/index.ts1 2 3 4 5 { name: 'iframe', path: '/iframe', component: Iframe, },3:修改home.vue 文件3.1 增加變量判斷是否先死iframe 組件1 2 // 根據(jù)路由判斷是否顯示Iframe 組件 const iframeShow = computed(() => route.value?.path.indexOf('/iframe') === 0);...
www.dbjr.com.cn/javascript/3403359...htm 2025-5-29