取消提示

This commit is contained in:
aixianling
2022-04-20 11:07:23 +08:00
parent c7edfa42e2
commit c239698292

View File

@@ -100,7 +100,6 @@ const generateMain = project => {
Promise.all(Object.keys(data).map(e => {
let app = [...new Set(apps)].find(s => s.indexOf(e) > -1)
if (app) {
log('应用#%s#加载中...', e)
return copyFiles(`project/${project}/apps/${e}`, app)
}
})).then(() => {