清除异常

This commit is contained in:
aixianling
2021-11-30 15:25:24 +08:00
parent 1c3a641cf4
commit 86b7e3f190
2 changed files with 295 additions and 296 deletions

View File

@@ -68,7 +68,7 @@ const start = () => {
navigationStyle: "custom"
}
}
findApp('src/apps', file => {
findApp('src/utils', file => {
if (/.*\\.+\\App[^\\]+\.vue/g.test(file)) {
let app = {
name: file.replace(/.*\\([^\\]+).vue/g, '$1'),