From 156fc31e7cc7ebc21399bd5c3debc24bf64cef22 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 22 三月 2023 17:45:49 +0800
Subject: [PATCH] 修改审核图片

---
 src/plugins/filters.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/plugins/filters.js b/src/plugins/filters.js
index fd4d889..25f7989 100644
--- a/src/plugins/filters.js
+++ b/src/plugins/filters.js
@@ -1,7 +1,7 @@
 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
     })

--
Gitblit v1.8.0