This commit is contained in:
parent
e047b29738
commit
2d5c330269
|
@ -676,7 +676,7 @@ export default {
|
|||
if (el.type == 0) {
|
||||
basis.list.push(el);
|
||||
}
|
||||
if (el.type == 1) {
|
||||
if (el.type == 1 && el.cname == "小程序直播") {
|
||||
marketing.list.push(el);
|
||||
}
|
||||
if (el.type == 2) {
|
||||
|
|
Loading…
Reference in New Issue