|
@@ -63,9 +63,15 @@ export default {
|
|
return this.tabIndex;
|
|
return this.tabIndex;
|
|
},
|
|
},
|
|
activeMenuT(){
|
|
activeMenuT(){
|
|
- let tabshow = {}
|
|
|
|
|
|
+ let tabshow = ''
|
|
console.log(this.tabIndex,234)
|
|
console.log(this.tabIndex,234)
|
|
- return this.tabIndex
|
|
|
|
|
|
+ if(this.tabIndex == 'index'){
|
|
|
|
+ tabshow = '/' + this.tabIndex
|
|
|
|
+ }else{
|
|
|
|
+ tabshow = this.tabIndex
|
|
|
|
+ }
|
|
|
|
+ console.log(tabshow,345)
|
|
|
|
+ return tabshow
|
|
},
|
|
},
|
|
handleSide() {
|
|
handleSide() {
|
|
let add = []
|
|
let add = []
|