From 8ef825f32498b5d723732cf23560c071e910aba9 Mon Sep 17 00:00:00 2001 From: 安瑾然 <m17681517455@outlook.com> Date: 星期一, 06 三月 2023 15:34:42 +0800 Subject: [PATCH] 用户管理添加设为警员的按钮 公告管理添加图片的添加和详情图片的回显 --- src/plugins/filters.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/filters.js b/src/plugins/filters.js index 297be17..25f7989 100644 --- a/src/plugins/filters.js +++ b/src/plugins/filters.js @@ -1,8 +1,8 @@ import {getImgUrl} from "@/api/common"; export function fileNameToPath(val) { - if (val === '' || val === null) return './logo.png'; + if (val === '' || val === null) return './logo.jpg'; getImgUrl(val).then(res => { return res }) -} \ No newline at end of file +} -- Gitblit v1.8.0