下载图片修复

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 { try {
imgList = eval(result) imgList = eval(result)
} catch (error) {} } catch (error) {}
if (imgList.length) firtImg = imgList[0] if (imgList && imgList.length) firtImg = imgList[0]
// //
if (photo) { if (photo) {
this.isError = '' // this.isError = '' //

Loading…
Cancel
Save