--添加测试模块

This commit is contained in:
2025-10-13 11:53:54 +08:00
parent c3c93fe308
commit e1326c7ce8
146 changed files with 11171 additions and 807 deletions

View File

@ -55,7 +55,7 @@
return '关闭提示';
};
if(!getAppEnvConfig().VITE_GLOB_CLOSE_ALERT_DISABLED){
if(!import.meta.env.VITE_GLOB_CLOSE_ALERT_DISABLED){
window.addEventListener('beforeunload', beforeUnloadHandler);
}
@ -79,3 +79,12 @@
line-height: 35px;
}
</style>
<style>
.vben-default-layout {
height: 100%;
}
.vben-layout-content {
flex: 1!important;
background-color: #fff;
}
</style>