smart-admin/rc-busness/plugins/route.js
952108534@qq.com 8d00674559 添加中间件
2022-01-10 11:09:10 +08:00

9 lines
148 B
JavaScript

// export default ({ app, store }) => {
// app.router.afterEach((to, from, next) => {
// console.log(to,from,next);
// next()
// })
// }