mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 bootAfter 目录
This commit is contained in:
parent
71a7c1b9d3
commit
729b405b0f
|
@ -86,7 +86,7 @@ export default async () => {
|
|||
setTimeout(async () => {
|
||||
await dependenceService.installDependenceOneByOne(docs);
|
||||
|
||||
require('./loaders/bootAfter').default();
|
||||
require('./bootAfter').default();
|
||||
}, 5000);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user