From 363544489d95ea1d3e6118671c1aa6bac837e668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 3 Jul 2023 09:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- fe/PC/src/views/login/index.vue | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 9287b0af9..856fc99ca 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.35" + "version": "1.0.36" } \ No newline at end of file diff --git a/fe/PC/src/views/login/index.vue b/fe/PC/src/views/login/index.vue index 0e86c4dd4..16ea649fa 100644 --- a/fe/PC/src/views/login/index.vue +++ b/fe/PC/src/views/login/index.vue @@ -169,11 +169,11 @@ export default { this.$store.dispatch('user/login', this.loginForm) .then(() => { // 提前获取接口监控看板表头数据并存储 - getInterfaceBoard().then(result => { - localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.data.localization.values.Dashboard)); - }) - .catch(err => { - }) + // getInterfaceBoard().then(result => { + // localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.data.localization.values.Dashboard)); + // }) + // .catch(err => { + // }) this.$router.push({ path: '/'}) this.loading = false }) @@ -251,6 +251,7 @@ $dark_gray: #889aa4; input { background: transparent; border: 0px; + appearance: none; -webkit-appearance: none; border-radius: 0px; padding: 12px 5px 12px 15px;