This commit is contained in:
faiz 2024-04-19 14:05:33 +08:00
parent e047b29738
commit 2d5c330269
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ export default {
if (el.type == 0) { if (el.type == 0) {
basis.list.push(el); basis.list.push(el);
} }
if (el.type == 1) { if (el.type == 1 && el.cname == "小程序直播") {
marketing.list.push(el); marketing.list.push(el);
} }
if (el.type == 2) { if (el.type == 2) {