mirror of
https://github.com/jumpserver/lina.git
synced 2025-06-27 15:37:24 +00:00
feat: 添加log
This commit is contained in:
parent
4615128b39
commit
b39a85af58
@ -11,7 +11,11 @@ NProgress.configure({
|
||||
router.beforeEach(async(to, from, next) => {
|
||||
// start progress bar
|
||||
NProgress.start()
|
||||
await startup({ to, from, next })
|
||||
try {
|
||||
await startup({ to, from, next })
|
||||
} catch (e) {
|
||||
console.log('Start service error: ', e)
|
||||
}
|
||||
NProgress.done()
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user