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

首页优化

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