diff --git a/god-ui/src/views/index.vue b/god-ui/src/views/index.vue index d7a0eb23..c57b4088 100644 --- a/god-ui/src/views/index.vue +++ b/god-ui/src/views/index.vue @@ -48,6 +48,7 @@ export default { }, created() { this.port = window.location.port + if (this.port === '9280') this.$router.push('/waterhome') } }