路由待办跳转修改

This commit is contained in:
Xia Zekun
2024-09-09 16:50:23 +08:00
committed by mzaxd
parent 93eae455c8
commit 7c38ac1abf
+2 -2
View File
@@ -69,11 +69,11 @@ const routes = [
},
component: () => import('@/views/exception/NoMobile')
},
...workCenter,
{
path: '*',
redirect: '/'
},
...workCenter
}
]
const originalPush = VueRouter.prototype.push