|
@@ -227,6 +227,7 @@
|
|
|
<div v-if="t.tool == 62">交互视频</div>
|
|
|
<div v-if="t.tool == 71">AI智能体</div>
|
|
|
<div v-if="t.tool == 72">应用中心</div>
|
|
|
+ <div v-if="t.tool == 73">PPT</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1480,6 +1481,14 @@
|
|
|
分析
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div v-if="tooC == 73">
|
|
|
+ <img
|
|
|
+ src="../../assets/icon/secondToolList/ppt.png"
|
|
|
+ alt
|
|
|
+ @click="openChoseWorksDetailDialog(tooC,toolIndex,taskCount,73)"
|
|
|
+ />
|
|
|
+ <div style="margin: 5px 0">PPT</div>
|
|
|
+ </div>
|
|
|
<div v-if="tooC == 65">
|
|
|
<img
|
|
|
@click="addTools(tooC, toolIndex, taskCount)"
|
|
@@ -10595,7 +10604,7 @@
|
|
|
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts allow-popups"
|
|
|
:src="fullUrl"
|
|
|
></iframe>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<!-- <div slot="footer">
|
|
|
<el-button @click="fullDialogVisible = false">关 闭</el-button>
|
|
@@ -17758,9 +17767,9 @@ export default {
|
|
|
console.log('this.courseDetail.userid',this.courseDetail.userid);
|
|
|
console.log('this.userid',this.userid);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
if (this.courseDetail.userid == this.userid) {
|
|
|
-
|
|
|
+
|
|
|
// 开局关闭学生查看内容
|
|
|
this.StulookMode(false)
|
|
|
// 开局打开跟随模式
|
|
@@ -18160,7 +18169,7 @@ export default {
|
|
|
this.ajax
|
|
|
.post(this.$store.state.api + "updateCourseStulook", params)
|
|
|
.then(res => {
|
|
|
-
|
|
|
+
|
|
|
if (this.IsStulook == true) {
|
|
|
this.$message({
|
|
|
message: "学生查看内容资料权限已开启",
|
|
@@ -19977,9 +19986,9 @@ export default {
|
|
|
if (t == 6) {
|
|
|
this.fulltype = 1;
|
|
|
console.log('checkFileFull1',f);
|
|
|
-
|
|
|
+
|
|
|
this.fullUrl = JSON.parse(JSON.stringify(f));
|
|
|
-
|
|
|
+
|
|
|
} else if (t == 8) {
|
|
|
this.fulltype = 2;
|
|
|
this.fullUrl = f.url;
|
|
@@ -21624,7 +21633,7 @@ export default {
|
|
|
const normalized = val
|
|
|
.replace(/&/g, '&')
|
|
|
.replace(/<br\/?>/g, '\n');
|
|
|
-
|
|
|
+
|
|
|
// 匹配行内公式($...$)和块级公式($$...$$)
|
|
|
return normalized.replace(/(\${1,2})([^$]+)(\${1,2})/g, (_, delim, expr) => {
|
|
|
try {
|