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

1. 新增小程序审核模式

Šī revīzija ir iekļauta:
liuyiwuqing
2024-08-05 19:23:16 +08:00
vecāks a764c3dbfe
revīzija da60eb2daf
4 mainīti faili ar 32 papildinājumiem un 2 dzēšanām
+9 -1
Parādīt failu
@@ -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 => {