window.onbeforeunload = function(e) {
if (this.$store.getters.getModify) {
return ((e || window.event).returnValue =
"该操作将会导致非正常退出系统(正确退出系统方式:点击退出系统按钮),您是否确认?");
}
};
window.onbeforeunload = function(e) {
if (this.$store.getters.getModify) {
return ((e || window.event).returnValue =
"该操作将会导致非正常退出系统(正确退出系统方式:点击退出系统按钮),您是否确认?");
}
};