🎃 发布 4.8.0 新增 sms4j 短信融合

This commit is contained in:
疯狂的狮子Li
2023-07-10 11:06:58 +08:00
parent 6f6ac2c0cf
commit 8a692ed45a
311 changed files with 19093 additions and 607 deletions

View File

@ -87,7 +87,7 @@ export default {
bottom: 0px;
}
.el-scrollbar__wrap {
height: 39px;
height: 49px;
}
}
}

View File

@ -34,6 +34,7 @@ export default {
},
zip(url, name) {
var url = baseURL + url
downloadLoadingInstance = Loading.service({ text: "正在下载数据,请稍候", spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", })
axios({
method: 'get',
url: url,
@ -50,6 +51,11 @@ export default {
} else {
this.printErrMsg(res.data);
}
downloadLoadingInstance.close();
}).catch((r) => {
console.error(r)
Message.error('下载文件出现错误,请联系管理员!')
downloadLoadingInstance.close();
})
},
saveAs(text, name, opts) {

View File

@ -114,7 +114,7 @@ export default {
data() {
return {
// 版本号
version: "4.7.0",
version: "4.8.0",
};
},
methods: {

View File

@ -133,6 +133,10 @@ export default {
}
]
});
window.addEventListener("resize",()=>{
this.commandstats.resize()
this.usedmemory.resize()
});
});
},
// 打开加载层