1
0
espelhamento de https://github.com/ialley-workshop-open/uni-halo.git sincronizado 2026-06-13 05:39:29 +08:00

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

Esse commit está contido em:
小莫唐尼
2024-07-04 11:00:25 +08:00
commit ce60c334ec
+1 -1
Ver Arquivo
@@ -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: {