亼米 2017/4/1 10:17:36
哪位大神帮忙看下 为什么资讯列表进去对应的资讯详情,只有第一次id可以获取到呢
亼米 2017/4/1 10:18:07
还有从资讯列表进去资讯详情后, linkactiveclass也失效了
linkActiveClass: 'active', //将激活的路由添加一个mui-active类名称 main.js
routes: [
{ path: '/', redirect: '/Home' },
{ path: '/Home', component: home, name: '主页' },
{ path: '/ChoiceList', component: choicelist, name: '精选' },
{ path: '/ArtistList', component: artistList, name: '艺人列表' },
<li class="fl"><router-link to="/NewsList">资讯</router-link></li> app.vue
<router-link to="/ArtistShow" > artlist.vue