|
@ -169,11 +169,11 @@ export default { |
|
|
this.$store.dispatch('user/login', this.loginForm) |
|
|
this.$store.dispatch('user/login', this.loginForm) |
|
|
.then(() => { |
|
|
.then(() => { |
|
|
// 提前获取接口监控看板表头数据并存储 |
|
|
// 提前获取接口监控看板表头数据并存储 |
|
|
getInterfaceBoard().then(result => { |
|
|
// getInterfaceBoard().then(result => { |
|
|
localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.data.localization.values.Dashboard)); |
|
|
// localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.data.localization.values.Dashboard)); |
|
|
}) |
|
|
// }) |
|
|
.catch(err => { |
|
|
// .catch(err => { |
|
|
}) |
|
|
// }) |
|
|
this.$router.push({ path: '/'}) |
|
|
this.$router.push({ path: '/'}) |
|
|
this.loading = false |
|
|
this.loading = false |
|
|
}) |
|
|
}) |
|
@ -251,6 +251,7 @@ $dark_gray: #889aa4; |
|
|
input { |
|
|
input { |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
border: 0px; |
|
|
border: 0px; |
|
|
|
|
|
appearance: none; |
|
|
-webkit-appearance: none; |
|
|
-webkit-appearance: none; |
|
|
border-radius: 0px; |
|
|
border-radius: 0px; |
|
|
padding: 12px 5px 12px 15px; |
|
|
padding: 12px 5px 12px 15px; |
|
|