修改测试页布局
This commit is contained in:
@@ -45,7 +45,7 @@ const showHeaderFooter = ref(true);
|
||||
watch(
|
||||
() => route.path,
|
||||
(newPath) => {
|
||||
showHeaderFooter.value = newPath !== '/framework-test' && newPath !== '/dock-panel-demo';
|
||||
showHeaderFooter.value = newPath !== '/framework-test' && newPath !== '/dock-panel-demo' && newPath !== '/dock-layout-test';
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user