清除异常
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user