|
@@ -19,12 +19,12 @@ const router = createRouter({
|
|
|
},
|
|
|
{
|
|
|
path: '/homeIndex',
|
|
|
- meta: { title: '中科在线(长春)', is_filter: true },
|
|
|
+ meta: { title: '中科在线(长春)' },
|
|
|
component: () => import('@common/src/components/admin-frame/home.vue'),
|
|
|
children: [
|
|
|
{
|
|
|
path: '/homeIndex',
|
|
|
- meta: { title: '中科在线(长春)', is_filter: true },
|
|
|
+ meta: { title: '中科在线(长春)' },
|
|
|
component: () => import('@/views/home/index.vue')
|
|
|
},
|
|
|
// 系统管理
|