From 894646b35bd977485dd18fad0881948439d590a3 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 14 Dec 2023 08:54:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=209280=E6=B7=AE=E6=B5=B7=E6=B0=B4?= =?UTF-8?q?=E5=88=A9=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/views/index.vue | 1 + 1 file changed, 1 insertion(+) 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') } }