From 1ab5a2fb750123c61754c702990cfe33d9482535 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 25 十一月 2024 11:26:44 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/se-cloud --- se-index/src/components/login.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/se-index/src/components/login.vue b/se-index/src/components/login.vue index 9a4064d..f03583d 100644 --- a/se-index/src/components/login.vue +++ b/se-index/src/components/login.vue @@ -124,7 +124,7 @@ }, // 璐﹀彿瀵嗙爜鐧诲綍 submitForm(formName) { - this.$router.push("/index"); + this.$router.push("/home/door"); // this.$refs[formName].validate(valid => { // if (valid) { -- Gitblit v1.9.3