Commit 0904a010 authored by 康振飞's avatar 康振飞

首页优化

parent b027b716
......@@ -14,6 +14,13 @@
</a>
</td>
</tr>
<tr>
<td class="t_title">
<a class="a_goIndex" @click="goIndexTwo">
<b class="title">首页二</b>
</a>
</td>
</tr>
<tr v-for="(item,i) in filterSider">
<td class="t_title">
<b class="title"
......@@ -44,8 +51,8 @@
<i-header-fullscreen v-if="isDesktop && showFullscreen" />
<i-header-notice v-if="showNotice" />
<i-header-user />
<i-header-i18n v-if="showI18n" />
<i-header-setting v-if="enableSetting && !isMobile" />
<!-- <i-header-i18n v-if="showI18n" />
<i-header-setting v-if="enableSetting && !isMobile" /> -->
</div>
</Header>
<Content class="i-layout-content">
......@@ -287,6 +294,9 @@ export default {
goIndex(){
this.$router.push("/")
},
goIndexTwo(){
this.$router.push("/home")
}
},
mounted() {
document.addEventListener("scroll", this.handleScroll, { passive: true });
......
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