Compare commits

...

2 Commits

Author SHA1 Message Date
5fc13bc576 Merge branch 'main' of http://117.73.11.115:3000/Tony/god-ytr 2024-06-11 18:10:25 +08:00
752bb4a72b fix: BUG 2024-06-11 18:10:20 +08:00

View File

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