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