|
@@ -153,7 +153,6 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
'$route': function (newVal, oldVal) {
|
|
'$route': function (newVal, oldVal) {
|
|
if (newVal.name == oldVal.name) { return }
|
|
if (newVal.name == oldVal.name) { return }
|
|
- // console.log(newVal, oldVal, this.pages)
|
|
|
|
// 解决页面地址相同参数不同时打开多个页签问题(例 详情页id或sn不同时)
|
|
// 解决页面地址相同参数不同时打开多个页签问题(例 详情页id或sn不同时)
|
|
const index = this.tabsList.indexOf(newVal.name)
|
|
const index = this.tabsList.indexOf(newVal.name)
|
|
|
|
|