优化菜单切换导致浏览器刷新问题
This commit is contained in:
@@ -346,7 +346,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
|
||||
|
||||
{
|
||||
// 后台找不到页面了-可能是路由未加载上
|
||||
path: adminBaseRoutePath + ':path(.*)*',
|
||||
path: adminBaseRoutePath + '/:path(.*)*',
|
||||
redirect: to => {
|
||||
return {
|
||||
name: 'adminMainLoading',
|
||||
|
||||
Reference in New Issue
Block a user