|
|
@@ -6,6 +6,7 @@ import { mainOutRoutes } from './mainOut';
|
|
|
import { PageEnum } from '/@/enums/pageEnum';
|
|
|
import { t } from '/@/hooks/web/useI18n';
|
|
|
import { LAYOUT } from '/@/router/constant';
|
|
|
+
|
|
|
const modules = import.meta.globEager('./modules/**/*.ts');
|
|
|
|
|
|
const routeModuleList: AppRouteModule[] = [];
|
|
|
@@ -44,15 +45,18 @@ export const WelcomeRoute: AppRouteRecordRaw = {
|
|
|
// component: () => import('/@/views/welcome/index.vue'),
|
|
|
meta: {
|
|
|
title: t('routes.basic.welcome'),
|
|
|
+ // frameSrc: '/map',
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
path: 'index',
|
|
|
name: 'welcome',
|
|
|
+ // component: 'LAYOUT',
|
|
|
component: () => import('/@/views/welcome/index.vue'),
|
|
|
meta: {
|
|
|
title: t('routes.basic.welcomeLogin'),
|
|
|
hideMenu: true,
|
|
|
+ frameSrc: '/#/map',
|
|
|
},
|
|
|
},
|
|
|
],
|