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

1. 新增小程序审核模式

This commit is contained in:
liuyiwuqing
2024-08-05 19:23:16 +08:00
parent a764c3dbfe
commit da60eb2daf
4 changed files with 32 additions and 2 deletions
+9 -1
View File
@@ -84,6 +84,11 @@ export default {
dataList: []
};
},
computed: {
haloConfigs() {
return this.$tm.vx.getters().getConfigs;
},
},
onLoad() {
this.fnSetPageTitle('内容搜索');
},
@@ -125,8 +130,11 @@ export default {
}
},
fnGetData() {
if (this.haloConfigs.basicConfig.auditModeEnabled) {
return;
}
// 设置状态为加载中
this.loading = 'loading';
this.loading = 'loading';
this.$httpApi.v2
.getPostListByKeyword(this.queryParams)
.then(res => {