提交 171bd822 编写于 作者: yi.li's avatar yi.li

学科配置头图尺寸判断

上级 c570849f
......@@ -744,9 +744,9 @@ export default {
image.onload = function() {
let _this = this;
if (
false
// _this.width != fileLimit.width ||
// _this.height != fileLimit.height
// false
_this.width != fileLimit.width ||
_this.height != fileLimit.height
) {
vm.$message.error("图片不符合规范,请根据规范上传图片");
} else {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册