新增页面,国际化
This commit is contained in:
@@ -95,11 +95,11 @@
|
||||
this.show = true
|
||||
this.secM = e.sonTree
|
||||
this.icon = e.path
|
||||
this.title = e.title
|
||||
this.title = e[this.$langPre.computedProp('title')]
|
||||
}
|
||||
},
|
||||
toPage2 (e) {
|
||||
let url = e.path + '?title=' + e.title
|
||||
let url = e.path + '?title=' + e[this.$langPre.computedProp('title')]
|
||||
uni.redirectTo({
|
||||
url: url
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user