From 8843f2481d30bc8872a6c777af105fa27481b04e Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期三, 28 十二月 2022 17:56:41 +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