mainOut.ts 修改 11.7

master
zhc077 2 weeks ago
parent 0376d01029
commit f926cad86a
  1. 4
      jeecgboot-vue3/src/router/helper/mainOut.ts

@ -67,7 +67,7 @@ export const mainOutRoutes: AppRouteModule[] = [
{
path: '/main-home/newsList',
name: 'NewsList',
component: () => import('/@/views/demo/main-home/components/newsList/index.vue'),
component: () => import('/@/views/demo/main-home/components/NewsList/index.vue'),
meta: {
title: '新闻列表',
ignoreAuth: true,
@ -76,7 +76,7 @@ export const mainOutRoutes: AppRouteModule[] = [
{
path: '/main-home/newsInfo',
name: 'NewsIndo',
component: () => import('/@/views/demo/main-home/components/newsInFo/index.vue'),
component: () => import('/@/views/demo/main-home/components/newsInfo/index.vue'),
meta: {
title: '新闻详情',
ignoreAuth: true,

Loading…
Cancel
Save