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:
@@ -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",
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user