Commit c5edde73 authored by 罗超's avatar 罗超

修改

parent 0b9c444b
......@@ -209,16 +209,16 @@
console.log("newPath",newPath)
switch (newPath) {
case "/course/chapter":
this.IsShowLeft = false;
this.IsShowLeft = true;
break;
case "/course/question":
this.IsShowLeft = false;
this.IsShowLeft = true;
break;
case "/course/teachplan":
this.IsShowLeft = false;
this.IsShowLeft = true;
break;
case "/course/courseinfo":
this.IsShowLeft = false;
this.IsShowLeft = true;
break;
}
console.log(" this.IsShowLeft", this.IsShowLeft)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment