防返贫
This commit is contained in:
@@ -61,6 +61,7 @@ export default {
|
||||
getApps() {
|
||||
this.apps = []
|
||||
let applications = require.context('../apps', true, /\.(\/.+)\/App[^\/]+\.vue$/)
|
||||
console.log(applications.keys())
|
||||
applications.keys().map(path => {
|
||||
if (applications(path).default) {
|
||||
let {name: key, appName: name} = applications(path).default
|
||||
|
||||
Reference in New Issue
Block a user