@@ -324,8 +324,6 @@ export default {
},
mounted: function () {
- console.log(this.$route.query);
- alert(this.$route.query.routeId);
var routeId = this.$route.query.routeId;
this.routeId = routeId;
this.changePage();