下载图片修复

dev_2022-03-03
jialong.yu 3 years ago
parent bc79189c66
commit adf043deee
  1. 2
      src/components/codemirror.vue

@ -312,7 +312,7 @@ export default {
try {
imgList = eval(result)
} catch (error) {}
if (imgList.length) firtImg = imgList[0]
if (imgList && imgList.length) firtImg = imgList[0]
//
if (photo) {
this.isError = '' //

Loading…
Cancel
Save