Commit 71ea1b15 authored by 黄奎's avatar 黄奎

页面修改

parent 587d3386
...@@ -122,9 +122,6 @@ ...@@ -122,9 +122,6 @@
case "/course/chapter": case "/course/chapter":
this.IsShowLeft = true; this.IsShowLeft = true;
break; break;
case "/course/question":
this.IsShowLeft = true;
break;
case "/course/teachplan": case "/course/teachplan":
this.IsShowLeft = true; this.IsShowLeft = true;
break; break;
......
...@@ -143,9 +143,6 @@ ...@@ -143,9 +143,6 @@
case "/course/chapter": case "/course/chapter":
this.commonIndex = 3; this.commonIndex = 3;
break; break;
case "/course/question":
this.commonIndex = 1;
break;
case "/course/teachplan": case "/course/teachplan":
this.commonIndex = 2; this.commonIndex = 2;
break; break;
......
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