Commit 234d512f by liang ce

欢迎页面拿掉

parent 728c4b7a
......@@ -55,7 +55,7 @@ router.beforeEach(function (to, from, next) {
if (res === 'noPermission') {
next({ name: 'noPermission' })
} else {
next()
next({ name: 'accountManagement' })
}
}).catch((err) => {
console.log('ddpermission', err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment