1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 12:49:30 +08:00

fix: 修复文章评论回复功能

This commit is contained in:
小莫唐尼
2024-06-27 00:21:26 +08:00
parent 4d0901b650
commit 77da85f7d4
5 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default {
// 设置页面标题
fnSetPageTitle(title) {
uni.setNavigationBarTitle({
title: title || (this.haloConfig && this.haloConfig.startConfig.title) || "uni-halo",
title: title || this.haloConfig?.appConfig?.startConfig?.title || "uni-halo",
})
},