启动页面跟登录页修改

master
elliott 2 years ago
parent 3871f3d1dd
commit c3c6c6d788

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

Loading…
Cancel
Save