Commit 0826d83f authored by 黄奎's avatar 黄奎

页面修改

parent 5417e298
......@@ -77,13 +77,13 @@
$route() {
switch (this.$route.path) {
case "/Home":
this.defaulActive = 0;
this.defaulActive = "0";
break;
case "/HotelList":
this.defaulActive = 1;
this.defaulActive = "1";
break;
case "/HotelOrder":
this.defaulActive = 2;
this.defaulActive = "2";
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