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;