Compare commits

..

No commits in common. "5fc13bc57633c3d43bb7c6d6a07e594d30b0427f" and "1f5fd94b62fdbe1eaec825699e159ddd5be3a2d2" have entirely different histories.

View File

@ -139,7 +139,6 @@ export const constantRoutes = [
{
path: 'index',
component: () => import('@/views/index'),
redirect: window.location.port === '9405' ? '/template/templateInfo' : false,
name: 'Index',
meta: { title: indexPageName, icon: 'dashboard', affix: true }
}