新增页面,国际化

This commit is contained in:
2026-01-21 11:27:09 +08:00
parent 28c09888d9
commit b1fa28b8e6
48 changed files with 173 additions and 49 deletions

View File

@@ -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
})