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

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

This commit is contained in:
小莫唐尼
2024-07-04 11:00:25 +08:00
parent ca723bae80
commit ce60c334ec
+1 -1
View File
@@ -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: {