From 0350f3c02209ee8b62f818810eaa663289158843 Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期二, 06 二月 2024 10:38:57 +0800 Subject: [PATCH] Merge branch 'master' of http://106.120.22.35:48888/r/PM20221203225_MobileWeb --- src/components/login.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/login.vue b/src/components/login.vue index 9651c5c..fb71d32 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -9,8 +9,8 @@ return {}; }, mounted() { - this.$router.push("/index"); - // this.getQueryString("focus-open-code"); + // this.$router.push("/index"); + this.getQueryString("focus-open-code"); // if ( // window.location.href.match(/=(\S*)#/) && // window.location.href.match(/=(\S*)#/)[1] != "" -- Gitblit v1.9.3