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

页面修改

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