mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
Compare commits
3 Commits
20251212-f
...
bugfix-132
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e629d127ab | ||
|
|
909a70643f | ||
|
|
3c19a7550c |
@@ -134,7 +134,10 @@
|
||||
<div>
|
||||
<div style="line-height: 30px;">
|
||||
<div>请在当前面板选择需要上传的课件</div>
|
||||
<div style="">提示:课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。如果上传zip文件必须是scorm标准打包文件</div>
|
||||
<div style="">提示:<br>
|
||||
1、课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。<br>
|
||||
2、视频码率需在1.5Mb/s及以下,帧数需在30帧及以下。<br>
|
||||
3、如果上传zip文件必须是scorm标准打包文件。</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex;line-height: 30px;padding: 5px 0px;">
|
||||
|
||||
@@ -1326,8 +1326,6 @@ export default {
|
||||
this.contentData.status = 2;
|
||||
},
|
||||
showRes(r, i, index, item) {
|
||||
console.log("showRes");
|
||||
|
||||
//i:子节下标,index:章下标
|
||||
// 无权限查看不能点击
|
||||
if (!this.isCrowd) {
|
||||
|
||||
Reference in New Issue
Block a user