@@ -229,7 +229,7 @@ export default {
'$route.path': {
handler(path) {
let activeIndex = null
- this.tabList.some((tab, index) => {
+ this.newTabList.some((tab, index) => {
if (path.includes(tab.path)) {
activeIndex = index
return true