Commit 31f32fcf by Administrator

Merge branch 'fix-index' into 'master'

修改首页为首页为首页-1

See merge request pigbigbig/beyond-clouds-front!164
parents dd4388bd a95f11fe
......@@ -20,7 +20,7 @@
<ul>
<nuxt-link tag="li" to="/">
<span :style="{color:route==='index'||route===''?'#00AAE6':'#666'}">首页</span>
<span :style="{color:route==='index'||route===''?'#00AAE6':'#666'}">首页-1</span>
<div class="abs-line" v-if="route==='index'||route===''"></div>
</nuxt-link>
<nuxt-link tag="li" to="/project?type=all">
......@@ -125,7 +125,7 @@
</div>
<div class="detail-header" v-if="showDetailHead">
<div class="detail-header__center">
<nuxt-link tag="p" to="/">首页</nuxt-link>
<nuxt-link tag="p" to="/">首页-1</nuxt-link>
<yun-icon size="12px" color="#999" pb="3px" name="left_arrow"></yun-icon>
<nuxt-link tag="p" to="/blog" v-if="detailType==='blog'">博客</nuxt-link>
<nuxt-link tag="p" to="/project" v-if="detailType==='project'">项目</nuxt-link>
......
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