|
@@ -195,6 +195,11 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
index: num,
|
|
|
}
|
|
|
});
|
|
|
+ try {
|
|
|
+ window.topU.gotype = ''
|
|
|
+ } catch (error) {
|
|
|
+ console.log(error);
|
|
|
+ }
|
|
|
},
|
|
|
mouGet(val){
|
|
|
|
|
@@ -205,6 +210,11 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
// 点击一级导航
|
|
|
async goto(index,val = null){
|
|
|
// console.log('goto',val);
|
|
|
+ try {
|
|
|
+ window.topU.gotype = ''
|
|
|
+ } catch (error) {
|
|
|
+ console.log(error);
|
|
|
+ }
|
|
|
|
|
|
// 清空二级菜单选中状态
|
|
|
this.activeLTwo = ''
|
|
@@ -311,7 +321,12 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
|
// 点击二级导航
|
|
|
async levTwo(val,index,aInd){
|
|
|
// console.log('val,index,aInd',val,index,aInd);
|
|
|
-
|
|
|
+ try {
|
|
|
+ window.topU.gotype = ''
|
|
|
+ } catch (error) {
|
|
|
+ console.log(error);
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
this.activeL = ''
|
|
|
this.activeL = aInd +1
|