From 3c4d54bcb66d7cec4a35defc999250e200b4fdd2 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期四, 25 五月 2023 15:39:37 +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