目录名称修正
This commit is contained in:
@@ -83,7 +83,7 @@ const start = () => {
|
||||
json.pages.push(app)
|
||||
}
|
||||
}).then(() => {
|
||||
return findApp('src/sass', file => {
|
||||
return findApp('src/saas', file => {
|
||||
if (/.+\\App[^\\]+\\[^\\]+\.vue/g.test(file)) {
|
||||
let app = {
|
||||
name: file.replace(/.*\\([^\\]+).vue/g, '$1'),
|
||||
|
||||
Reference in New Issue
Block a user