diff --git a/chameleon-client/src/App.vue b/chameleon-client/src/App.vue index 4a6ff422a..94712ff1d 100644 --- a/chameleon-client/src/App.vue +++ b/chameleon-client/src/App.vue @@ -5,21 +5,21 @@ - + - Input - Threshold + Input + Threshold - + - System - Cameras + System + Cameras @@ -63,8 +63,8 @@ data () { return { isCollapsed: false, - openedNames: ['vision'], - activeName: "vision-input" + openedNames: ["/" + this.$route.path.split("/")[1]], + activeName: this.$route.path }; }, methods: {