同步到上架版

This commit is contained in:
aixianling
2022-01-27 14:11:27 +08:00
parent be5485c8e3
commit e47530fecc

View File

@@ -86,6 +86,7 @@ const start = () => {
}).then(() => {
return findApp('src/sass', file => {
if (/.+\\App[^\\]+\\[^\\]+\.vue/g.test(file)) {
let vue = vueLoader.parseComponent(fs.readFileSync(file)?.toString())
let app = {
name: file.replace(/.*\\([^\\]+).vue/g, '$1'),
path: file.replace(/^src\\(.*).vue/g, '$1').replace(/\\/g, '/')