This commit is contained in:
zhaofang
2022-10-28 16:24:07 +08:00
parent 9079ea23fc
commit d4a0d2ba4a

View File

@@ -341,7 +341,7 @@ export default {
// courseName: '',// 课程名称
openType: 9,// 1表不公开 9表完全公开
};
}, 2000)
}, 1000)
}
})
} else {
@@ -425,7 +425,7 @@ export default {
.animation {
display: block !important;
animation-name: ubAddBlock;
animation-duration: 2s;
animation-duration: 1s;
animation-fill-mode: forwards;
}