|
@@ -85,6 +85,9 @@ export default {
|
|
handler(val) {
|
|
handler(val) {
|
|
console.log(val, "currentMenu -- test");
|
|
console.log(val, "currentMenu -- test");
|
|
if (val.index !== "3") {
|
|
if (val.index !== "3") {
|
|
|
|
+ if(this.JLControlShowStatus){
|
|
|
|
+ this.JLControl();
|
|
|
|
+ }
|
|
this.stopLabelCase();
|
|
this.stopLabelCase();
|
|
this.$store.state.bottomMenuIndexs.index = -1;
|
|
this.$store.state.bottomMenuIndexs.index = -1;
|
|
this.$store.state.bottomMenuIndexs.subIndex = -1;
|
|
this.$store.state.bottomMenuIndexs.subIndex = -1;
|