Commit c5edde73 authored by 罗超's avatar 罗超

修改

parent 0b9c444b
...@@ -209,16 +209,16 @@ ...@@ -209,16 +209,16 @@
console.log("newPath",newPath) console.log("newPath",newPath)
switch (newPath) { switch (newPath) {
case "/course/chapter": case "/course/chapter":
this.IsShowLeft = false; this.IsShowLeft = true;
break; break;
case "/course/question": case "/course/question":
this.IsShowLeft = false; this.IsShowLeft = true;
break; break;
case "/course/teachplan": case "/course/teachplan":
this.IsShowLeft = false; this.IsShowLeft = true;
break; break;
case "/course/courseinfo": case "/course/courseinfo":
this.IsShowLeft = false; this.IsShowLeft = true;
break; break;
} }
console.log(" this.IsShowLeft", this.IsShowLeft) 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