|
|
@@ -225,7 +225,14 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
} catch (error) {
|
|
|
console.log(error);
|
|
|
}
|
|
|
-
|
|
|
+ if (val.toolId == "AIPopCourse" && (window.topU && !window.topU.gotype2)) {
|
|
|
+ try {
|
|
|
+ sessionStorage.setItem('gotype2','tongyong');
|
|
|
+ window.topU.gotype2 = 'tongyong'
|
|
|
+ } catch (error) {
|
|
|
+ console.log(error);
|
|
|
+ }
|
|
|
+ }
|
|
|
// 清空二级菜单选中状态
|
|
|
this.activeLTwo = ''
|
|
|
// val = null 就是点击了首页
|
|
|
@@ -339,7 +346,14 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
} catch (error) {
|
|
|
console.log(error);
|
|
|
}
|
|
|
-
|
|
|
+ if (val.toolId == "AIPopCourse" && (window.topU && !window.topU.gotype2)) {
|
|
|
+ try {
|
|
|
+ sessionStorage.setItem('gotype2','tongyong');
|
|
|
+ window.topU.gotype2 = 'tongyong'
|
|
|
+ } catch (error) {
|
|
|
+ console.log(error);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
this.activeL = ''
|
|
|
this.activeL = aInd +1
|