|
@@ -8,13 +8,13 @@
|
|
|
<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>
|
|
|
+<!-- <el-tooltip content="源码地址" effect="dark" placement="bottom">-->
|
|
|
+<!-- <ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />-->
|
|
|
+<!-- </el-tooltip>-->
|
|
|
|
|
|
- <el-tooltip content="文档地址" effect="dark" placement="bottom">
|
|
|
- <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
|
|
|
- </el-tooltip>
|
|
|
+<!-- <el-tooltip content="文档地址" effect="dark" placement="bottom">-->
|
|
|
+<!-- <ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />-->
|
|
|
+<!-- </el-tooltip>-->
|
|
|
|
|
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
|
|
|
|
@@ -94,7 +94,8 @@ export default {
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.$store.dispatch('LogOut').then(() => {
|
|
|
- location.href = '/index';
|
|
|
+ // location.href = '/index';
|
|
|
+ this.$router.push({ path:'/login' })
|
|
|
})
|
|
|
})
|
|
|
}
|