--添加测试模块
This commit is contained in:
11
src/App.vue
11
src/App.vue
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user