问题修复
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-05-15 16:12:42 +08:00
parent 35abb4d573
commit c3be341247
2 changed files with 7 additions and 7 deletions

View File

@ -181,12 +181,12 @@ const actions = {
// user logout
async logout({ commit, state }) {
try {
await loginOut()
removeToken() // must remove token first
resetRouter()
removeName()
zzSessionStorage.clear()
commit('RESET_STATE')
await loginOut()
} catch (e) {
console.log(e)
}

View File

@ -342,7 +342,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.trial-myinfo{
background: #f3f3f3;
flex: 1;overflow: auto;display: flex;flex-direction: row;justify-content: space-around;