| | |
| | | <el-container class="home-container"> |
| | | <el-header> |
| | | <div> |
| | | <img src="../../assets/head.png" alt="" /> |
| | | <span>后台管理系统</span> |
| | | <img src="../../assets/logo.jpg" alt="" /> |
| | | <span>新闻后台管理系统</span> |
| | | </div> |
| | | <el-button type="info" @click="logout">退出</el-button> |
| | | </el-header> |
| | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | } |
| | | return {} |
| | | }, |
| | | created() { |
| | | }, |
| | | created() {}, |
| | | methods: { |
| | | logout() { |
| | | //清空token |
| | | window.sessionStorage.clear() |
| | | //跳转到登录页 |
| | | this.$router.push('/login') |
| | | }, |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | width: 300px; |
| | | height: 60px; |
| | | img { |
| | | width: 60px; |
| | | height: 100%; |
| | | border-radius: 50%; |
| | | } |
| | | span { |
| | | margin-left: 15px; |
| | | } |
| | | } |
| | | } |
| | | .el-main { |
| | | background-color: rgb(233, 237, 240); |
| | | } |
| | | // .el-main { |
| | | // // background-color: rgb(233, 237, 240); |
| | | // } |
| | | |
| | | .iconfont { |
| | | margin-right: 10px; |