mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-25 02:32:52 +08:00
Compare commits
4 Commits
bugfix-132
...
20251212-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61208a6b16 | ||
|
|
45a537a0d4 | ||
|
|
77b5af0f47 | ||
|
|
649a0ea0b9 |
@@ -134,10 +134,7 @@
|
||||
<div>
|
||||
<div style="line-height: 30px;">
|
||||
<div>请在当前面板选择需要上传的课件</div>
|
||||
<div style="">提示:<br>
|
||||
1、课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。<br>
|
||||
2、视频码率需在1.5Mb/s及以下,帧数需在30帧及以下。<br>
|
||||
3、如果上传zip文件必须是scorm标准打包文件。</div>
|
||||
<div style="">提示:课件大小超过1G时,无法上传,请先压缩视频,或剪切成多个再上传。如果上传zip文件必须是scorm标准打包文件</div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex;line-height: 30px;padding: 5px 0px;">
|
||||
|
||||
@@ -1326,6 +1326,8 @@ 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