From 7283c5a5a195b190a80cacef0fd7ebce9ccf4aab Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 4 Jul 2024 17:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/research-mobile/login.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/research-mobile/login.vue b/src/views/research-mobile/login.vue index 3d301630..7faf1399 100644 --- a/src/views/research-mobile/login.vue +++ b/src/views/research-mobile/login.vue @@ -55,7 +55,9 @@ export default { } }, methods: { - onSubmit() {}, + onSubmit() { + this.$router.push({ path: `/researchDetail_m` }) + }, handleSendCode() { console.log(1) }