Revert "no message"

This reverts commit d560b2ae9d.
This commit is contained in:
2025-10-10 10:32:59 +08:00
parent d560b2ae9d
commit c37c97e97e
219 changed files with 0 additions and 20979 deletions

View File

@ -1,13 +0,0 @@
// 设置全局前置守卫和后置守卫
export default ({ app, store }) => {
//全局前置守卫
// app.router.beforeEach((to, from, next) => {
// })
//全局后置守卫
// app.router.afterEach((to, from) => {
// })
}