@@ -184,6 +184,13 @@ export default {
isJump: true //是否可以调整页面
};
},
+ // mounted() {
+ // window.addEventListener('beforeunload', e => {
+ // if (this.uploadClassList.length) {
+ // window.localStorage.removeItem("当前页有下载内容,关闭或刷新页面下载将会失败。您确定要继续吗?")
+ // }
+ // })
+ // },
methods: {
// 以下是模型文件夹