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 a45087e..fb71d32 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -9,6 +9,7 @@ return {}; }, mounted() { + // this.$router.push("/index"); this.getQueryString("focus-open-code"); // if ( // window.location.href.match(/=(\S*)#/) && @@ -16,8 +17,7 @@ // ) { // this.passFree(); // } - // console.log(1); - + // // 浜姙鍏嶅瘑鐧诲綍锛坲rl甯﹀弬"focus-open-code"锛� // if (this.$route.query["focus-open-code"]) { // this.passJBFree(); -- Gitblit v1.9.3