web端主库应用不展示核心库应用

This commit is contained in:
aixianling
2022-08-25 17:56:09 +08:00
parent 5bc00ec520
commit d0ccae9c1a

View File

@@ -185,7 +185,7 @@ export default {
e.project = "core"
} else e.project = "standard"
return e
}) || []
}).filter(e=>e.project!="core") || []
},
},
data() {