mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: 添加状态页面路由及更新 iframe 页面的显示逻辑
This commit is contained in:
@@ -23,7 +23,7 @@ const activePath = computed(() => route.path);
|
||||
|
||||
// iframe pages don't show footer; they fill the viewport
|
||||
const isIframePage = computed(() =>
|
||||
['/doc', '/map', '/photo'].includes(route.path)
|
||||
['/doc', '/map', '/status', '/photo'].includes(route.path)
|
||||
);
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user