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 => {