修改需要打包导出的变量名
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
return '关闭提示';
|
||||
};
|
||||
|
||||
if(!getAppEnvConfig().VITE_CLOSE_ALERT_DISABLED){
|
||||
if(!getAppEnvConfig().VITE_GLOB_CLOSE_ALERT_DISABLED){
|
||||
window.addEventListener('beforeunload', beforeUnloadHandler);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user