Results 3 comments of mingdev

已修改,z-index原因造成的

请重新安装依赖

@ppchart 可以使用这种模式也可以,如果传入参数就用参数的,没有传入就走全局的 ``` const getOption = (src, obj) => { const name = 'sandboxName'; try { new Function(name, `with(${name}){${src}}`)(obj); } catch (e) { } return obj?.option || null; }; const...