Commit 6a0d2608 authored by 杨梦雪's avatar 杨梦雪

header 调整

parent 2c05adf8
...@@ -64,15 +64,15 @@ export default { ...@@ -64,15 +64,15 @@ export default {
// 清除本地缓存除了大学logo // 清除本地缓存除了大学logo
window.localStorage.clear(); window.localStorage.clear();
let code = this.$store.state.indexIdentity; let code = this.$store.state.indexIdentity;
if (this.$store.state.human == 1) { if (this.$store.state.human == 1) {
await this.$router.replace({ await this.$router.replace({
path: "/login", path: "/login",
query: { query: {
code: code, code: code,
}, },
}); });
} else { } else {
await this.$router.replace("/" + code); await this.$router.replace("/" + code);
} }
// await this.$router.replace("/" + code); // await this.$router.replace("/" + code);
this.$message.success("退出成功"); this.$message.success("退出成功");
...@@ -102,9 +102,14 @@ export default { ...@@ -102,9 +102,14 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.image img { .image {
// width: 318px; img {
height: 62px; // width: 318px;
height: 62px;
}
&:hover {
cursor: pointer;
}
} }
.right { .right {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment