1
0
réplica de https://github.com/ialley-workshop-open/uni-halo.git sincronizado 2026-06-12 13:19:31 +08:00

1. 新增小程序审核模式

Este cometimento está contido em:
liuyiwuqing
2024-08-05 19:23:16 +08:00
ascendente a764c3dbfe
cometimento da60eb2daf
4 ficheiros modificados com 32 adições e 2 eliminações
+6
Ver ficheiro
@@ -152,6 +152,9 @@ export default {
};
},
computed: {
haloConfigs() {
return this.$tm.vx.getters().getConfigs;
},
haloPluginConfigs() {
return this.$tm.vx.getters().getConfigs.pluginConfig;
},
@@ -207,6 +210,9 @@ export default {
return this.linkGroupList.find(item => item.metadata.name === groupName)?.spec?.displayName || groupName || "未分组"
},
fnGetData() {
if (this.haloConfigs.basicConfig.auditModeEnabled) {
return;
}
if (!this.isLoadMore) {
this.loading = 'loading';
}