1
0
鏡像自 https://github.com/ialley-workshop-open/uni-halo.git 已同步 2026-06-12 13:19:31 +08:00

fix: 修复图库配置不生效问题,取消默认配置

此提交包含在:
小莫唐尼
2024-07-04 11:00:25 +08:00
父節點 ca723bae80
當前提交 ce60c334ec
+1 -1
查看文件
@@ -107,7 +107,7 @@ export default {
},
computed: {
galleryConfig() {
return this.$tm.vx.getters().getConfigs?.pageConfig?.galleryConfig || {useWaterfall: true, pageTitle: "图库"};
return this.$tm.vx.getters().getConfigs?.pageConfig?.galleryConfig;
}
},
watch: {