| | |
| | | * @Author: 小明丶 |
| | | * @Date: 2020-05-21 16:03:42 |
| | | * @LastEditors: zxq |
| | | * @LastEditTime: 2022-08-03 17:47:21 |
| | | * @LastEditTime: 2022-08-12 15:31:38 |
| | | * @Description: |
| | | --> |
| | | <template> |
| | |
| | | computed:{ |
| | | ...mapState(['userinfo']), |
| | | mation(){ |
| | | if(localStorage.edu_ins_client_userMation){ |
| | | return JSON.parse(localStorage.edu_ins_client_userMation) |
| | | if(localStorage.axx_ins_client_userMation){ |
| | | return JSON.parse(localStorage.axx_ins_client_userMation) |
| | | } |
| | | } |
| | | }, |
| | |
| | | //清除openId session等存储,跳转登录页面 |
| | | localStorage.clear() |
| | | sessionStorage.clear() |
| | | this.$router.push('/') |
| | | this.$router.push('/login') |
| | | }) |
| | | }, |
| | | getBaseInfo(){ |