From 034d8675792fee6af5af592df0b69acd3ad8a215 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 07 三月 2023 10:50:21 +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