|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
>{{ value.columnName }}</span> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<div class="login" @click="toStation">登录实验平台</div> |
|
|
|
|
<div class="posit"> |
|
|
|
|
<div class="line"></div> |
|
|
|
|
<div class="circle clearfix" @click="mange()"> |
|
|
|
@ -53,6 +53,9 @@ export default { |
|
|
|
|
window.open(href, "_self"); |
|
|
|
|
this.$store.state.columnmessage.id = id; |
|
|
|
|
}, |
|
|
|
|
toStation() { |
|
|
|
|
window.open('http://www.occupationlab.com/#/login') |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
computed: {}, |
|
|
|
|
mounted() { |
|
|
|
@ -64,7 +67,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
@ -78,6 +81,17 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
position: relative; |
|
|
|
|
background: #fff; |
|
|
|
|
.login { |
|
|
|
|
padding: 0 15px; |
|
|
|
|
line-height: 32px; |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #409eff; |
|
|
|
|
border-radius: 15px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
&:hover { |
|
|
|
|
opacity: .9; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.posit { |
|
|
|
|
display: flex; |
|
|
|
|
right: 10px; |
|
|
|
|