element ui 自動(dòng)關(guān)閉當(dāng)前Tabs
需求:在點(diǎn)擊打開頁面時(shí),判斷,并關(guān)閉tabs進(jìn)入指定頁面
解決方法:文章來源:http://www.zghlxwxcb.cn/news/detail-758341.html
this.$store.commit('DEL_TAG',this.$store.getters.tag)
this.$router.push({path:'xxxxxx'})
DEL_TAG,請(qǐng)參照自己的關(guān)閉方法文章來源地址http://www.zghlxwxcb.cn/news/detail-758341.html
DEL_TAG:(state,action) =>{
state.tagList = state.tagList.fliter(item =>{
return !diff(item,action)
}
setFistTag(state,action)
setStore({name:'tagList',content:state.tagList,type:'session'})
}
到了這里,關(guān)于element ui 自動(dòng)關(guān)閉當(dāng)前Tabs的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!