Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-05-15 16:32:41 +08:00
commit 2129f7c90f
2 changed files with 7 additions and 7 deletions

View File

@ -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)
} }

View File

@ -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;