| | |
| | | <el-header> |
| | | <div> |
| | | <img src="../../assets/head.png" alt="" /> |
| | | <span>后台管理系统</span> |
| | | <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> |
| | |
| | | } |
| | | } |
| | | } |
| | | .el-main { |
| | | background-color: rgb(233, 237, 240); |
| | | } |
| | | // .el-main { |
| | | // // background-color: rgb(233, 237, 240); |
| | | // } |
| | | |
| | | .iconfont { |
| | | margin-right: 10px; |