From 2b7ef075da0ae038763aa898155aca2543e91438 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期日, 04 二月 2024 15:36:46 +0800 Subject: [PATCH] 土地管理更换接口 --- 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