Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
2129f7c90f
|
@ -181,12 +181,12 @@ const actions = {
|
||||||
// user logout
|
// user logout
|
||||||
async logout({ commit, state }) {
|
async logout({ commit, state }) {
|
||||||
try {
|
try {
|
||||||
|
await loginOut()
|
||||||
removeToken() // must remove token first
|
removeToken() // must remove token first
|
||||||
resetRouter()
|
resetRouter()
|
||||||
removeName()
|
removeName()
|
||||||
zzSessionStorage.clear()
|
zzSessionStorage.clear()
|
||||||
commit('RESET_STATE')
|
commit('RESET_STATE')
|
||||||
await loginOut()
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
}
|
}
|
||||||
|
|
|
@ -342,7 +342,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.trial-myinfo{
|
.trial-myinfo{
|
||||||
background: #f3f3f3;
|
background: #f3f3f3;
|
||||||
flex: 1;overflow: auto;display: flex;flex-direction: row;justify-content: space-around;
|
flex: 1;overflow: auto;display: flex;flex-direction: row;justify-content: space-around;
|
||||||
|
|
Loading…
Reference in New Issue