|
|
@ -15,8 +15,8 @@
|
|
|
|
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
|
|
|
|
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="right-menu">
|
|
|
|
<div class="right-menu">
|
|
|
|
<template v-if="device !== 'mobile'">
|
|
|
|
<!-- <template v-if="device !== 'mobile'">
|
|
|
|
<!-- <search id="header-search" class="right-menu-item" />
|
|
|
|
<search id="header-search" class="right-menu-item" />
|
|
|
|
|
|
|
|
|
|
|
|
<el-tooltip content="源码地址" effect="dark" placement="bottom">
|
|
|
|
<el-tooltip content="源码地址" effect="dark" placement="bottom">
|
|
|
|
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
|
|
|
|
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
|
|
|
@ -30,8 +30,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
|
|
|
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
|
|
|
<size-select id="size-select" class="right-menu-item hover-effect" />
|
|
|
|
<size-select id="size-select" class="right-menu-item hover-effect" />
|
|
|
|
</el-tooltip> -->
|
|
|
|
</el-tooltip>
|
|
|
|
</template>
|
|
|
|
</template> -->
|
|
|
|
|
|
|
|
|
|
|
|
<el-dropdown
|
|
|
|
<el-dropdown
|
|
|
|
class="avatar-container right-menu-item hover-effect"
|
|
|
|
class="avatar-container right-menu-item hover-effect"
|
|
|
@ -110,7 +110,8 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
this.$store.dispatch("LogOut").then(() => {
|
|
|
|
this.$store.dispatch("LogOut").then(() => {
|
|
|
|
location.href = "/index";
|
|
|
|
// location.href = "/index";
|
|
|
|
|
|
|
|
this.$router.replace("/login");
|
|
|
|
});
|
|
|
|
});
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {});
|
|
|
|
.catch(() => {});
|
|
|
|