fix(directConfig): 直推排行配置开关状态展示问题修复

This commit is contained in:
woody 2025-09-24 15:18:31 +08:00
parent 0d1961c416
commit ecb3b8e196
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ export default {
mixins: [mixins],
data() {
return {
pushPeople: false,
pushAmount: false,
pushPeople: 'false',
pushAmount: 'false',
moren: 'directConfig'
}
},