提交 f8b2ed65 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 246ac094
...@@ -4,12 +4,13 @@ ...@@ -4,12 +4,13 @@
<div class="head-top-content"> <div class="head-top-content">
<div class="max-width-content"> <div class="max-width-content">
<div class="logo-box"> <div class="logo-box">
<img @click="goWebsite" src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg"> <img
@click="goWebsite"
src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg"
/>
<div class="line"></div> <div class="line"></div>
<app-link :item="{ path: '/' }"> <app-link :item="{ path: '/' }">
<div class="title"> <div class="title">MBA</div>
MBA
</div>
</app-link> </app-link>
</div> </div>
...@@ -42,7 +43,7 @@ export default { ...@@ -42,7 +43,7 @@ export default {
}, },
methods: { methods: {
goWebsite() { goWebsite() {
window.location.href = 'http://www.ezijing.com' window.location.href = '/'
}, },
logout() { logout() {
this.$store.dispatch('logout').then(() => { this.$store.dispatch('logout').then(() => {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
:item="{ :item="{
news: { news: {
data: item, data: item,
path: '/alumnus/sharing' path: '/alumni/sharing'
} }
}" }"
> >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论