From 7789edecff9a058e3f6337e8da1ffebfff58d1fd Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 06 十二月 2024 17:56:19 +0800
Subject: [PATCH] 1
---
src/components/scUpload/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/scUpload/index.vue b/src/components/scUpload/index.vue
index abbe670..450d034 100644
--- a/src/components/scUpload/index.vue
+++ b/src/components/scUpload/index.vue
@@ -122,7 +122,7 @@
if (url) {
this.file = {
status: "success",
- url: `${this.hostNew}${url}`
+ url: `${url}`
}
} else {
this.file = null
--
Gitblit v1.9.3