mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
|
|
|
|
// export default ({ app, store }) => {
|
|
// app.router.afterEach((to, from, next) => {
|
|
|
|
// console.log(to,from,next);
|
|
// next()
|
|
// })
|
|
// }
|