|
|
@@ -10,8 +10,8 @@
|
|
|
<ul class="list">
|
|
|
<li v-for="(item, index) in showNav(header.Nav)" :key="index">
|
|
|
<a v-if="item.name == '首页'" @click="go('/index')">首页</a>
|
|
|
- <!-- <a v-if="item.name == '走进祥粤'" @click="go('/about')"
|
|
|
- :style="$route.path === '/about' ? 'color:red;' : ''">走进祥粤</a> -->
|
|
|
+ <a v-if="item.name == '走进祥粤'" @click="go('/about')"
|
|
|
+ :style="$route.path === '/about' ? 'color:red;' : ''">走进祥粤</a>
|
|
|
<a v-if="item.name == '课程'" @click="go('/course-list')"
|
|
|
:style="$route.path === '/course-list' ? 'color:red;' : ''">课程</a>
|
|
|
<a v-if="item.name == '直播'" @click="go('/live-list')"
|