From ac1e77fc927138c6f4f36a11eda37c3ac0181089 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 11 Jun 2024 17:14:39 +0800 Subject: [PATCH] fix: BUG --- god-ui/src/views/index.vue | 1 + god-ui/src/views/login.vue | 16 ++++++++++++++-- god-ui/src/views/vlog/video/index.vue | 5 ++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/god-ui/src/views/index.vue b/god-ui/src/views/index.vue index 8af2aa28..00b3da49 100644 --- a/god-ui/src/views/index.vue +++ b/god-ui/src/views/index.vue @@ -82,6 +82,7 @@ export default { this.port = window.location.port if (this.port === '9280') this.$router.push('/waterhome') if (this.port === '9290') this.$router.push('/constructionsitedata/analysis') + if (this.port === '9405') this.$router.push('/template/templateInfo') } } diff --git a/god-ui/src/views/login.vue b/god-ui/src/views/login.vue index 8f03b86d..eeb52b2c 100644 --- a/god-ui/src/views/login.vue +++ b/god-ui/src/views/login.vue @@ -1,5 +1,6 @@