From 40fb2059e31c525952e71782acecd97c178fb6e6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 18 十月 2024 18:10:27 +0800 Subject: [PATCH] 数学标注 --- src/components/examinations/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index 550baa2..d7b7e43 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -567,6 +567,7 @@ methods: { // 鑾峰彇涓嶅彈淇濇姢鐨勫浘鐗� getPublicImage(md5, width, height) { + if(!md5) return if(md5.includes('http')) return md5 let src = null; if (md5) { -- Gitblit v1.9.1