This commit is contained in:
yanran200730
2022-11-01 18:30:12 +08:00
parent 1c23fe25c2
commit 1ba7c55040
6 changed files with 311 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ const start = () => {
name: file.replace(/.*\\([^\\]+).vue/g, '$1'),
path: file.replace(/^src\\project\\(.*).vue/g, '$1').replace(/\\/g, '/')
}
console.log(app)
getFileInfo(app, file)
return json.subPackages[2].pages.push(app)
}