|
@@ -6837,15 +6837,21 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (!this.isOutline2 && this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5") {
|
|
|
+ if (!this.isOutline2) {
|
|
|
this.openAiDialog(clickType, 'aiTeacher')
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (!this.isOutline2 && this.templateid != "4480d65a-1e48-11ef-bee5-005056b86db5") {
|
|
|
- this.openAiDialog(clickType, 'aiTeacher2')
|
|
|
- return;
|
|
|
- }
|
|
|
+
|
|
|
+ // if (!this.isOutline2 && this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5") {
|
|
|
+ // this.openAiDialog(clickType, 'aiTeacher')
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // if (!this.isOutline2 && this.templateid != "4480d65a-1e48-11ef-bee5-005056b86db5") {
|
|
|
+ // this.openAiDialog(clickType, 'aiTeacher2')
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
const functionA = () => {
|
|
|
setTimeout(() => {
|