From c3c6c6d7881e930921836a0226483600aefc2bf3 Mon Sep 17 00:00:00 2001 From: elliott <382696293@qq.com> Date: Sat, 16 Dec 2023 16:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=A1=B5=E9=9D=A2=E8=B7=9F?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/firing/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flossom-ui/src/views/system/firing/index.vue b/flossom-ui/src/views/system/firing/index.vue index 3605726..073dd62 100644 --- a/flossom-ui/src/views/system/firing/index.vue +++ b/flossom-ui/src/views/system/firing/index.vue @@ -189,6 +189,7 @@ export default { // 启动页处理 this.videoForm.filePath = response.data.url; this.videoForm.fileUrl = response.data.url; + this.videoForm.fileSuffix = 'video'; if (this.videoForm.id != null) { // 更新操作 updateInfo(this.videoForm).then(response => { @@ -209,6 +210,7 @@ export default { // 登录页处理 this.loginForm.filePath = response.data.url; this.loginForm.fileUrl = response.data.url; + this.videoForm.fileSuffix = 'image'; if (this.loginForm.id != null) { // 更新操作 updateInfo(this.loginForm).then(response => {