Commit a95f11fe by Administrator

Update pageHeader.vue

parent dd4388bd
......@@ -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