发布 v2.3.2

This commit is contained in:
疯狂的狮子li
2021-06-11 10:00:05 +08:00
parent 801f7cd8f7
commit 3e5b850e25
57 changed files with 459 additions and 1124 deletions

View File

@ -8,7 +8,7 @@
<div class="right-menu">
<template v-if="device!=='mobile'">
<search id="header-search" class="right-menu-item" />
<el-tooltip content="源码地址" effect="dark" placement="bottom">
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
</el-tooltip>
@ -104,7 +104,7 @@ export default {
this.$store.dispatch('LogOut').then(() => {
location.href = '/index';
})
})
}).catch(() => {});
}
}
}