Commit 0e87e5ec authored by 周远喜's avatar 周远喜

ok

parent 5b24d0b9
......@@ -28,7 +28,7 @@
</transition>
<Content class="i-layout-content" :class="contentClasses">
<transition name="fade-quick">
<i-tabs v-if="tabs" v-show="showHeader" />
<!-- <i-tabs v-if="tabs" v-show="showHeader" /> -->
</transition>
<div class="i-layout-content-main">
<keep-alive :include="keepAlive">
......
......@@ -13,7 +13,7 @@ export default {
name: `${pre}console`
},
meta,
component: BasicLayout,
// component: BasicLayout,
children: [
{
path: 'console',
......@@ -22,7 +22,7 @@ export default {
...meta,
title: '主控台'
},
component: () => import('@/pages/dashboard/console')
// component: () => import('@/pages/dashboard/console')
}
]
};
......@@ -11,7 +11,7 @@ const frameIn = [
redirect: {
name: 'dashboard-console'
},
component: BasicLayout,
// component: BasicLayout,
children: [
{
path: 'index',
......@@ -20,22 +20,22 @@ const frameIn = [
name: 'dashboard-console'
}
},
{
path: 'dic',
name: 'dic',
redirect: {
name: 'dashboard-console'
}
},
{
path: 'log',
name: 'log',
meta: {
title: '前端日志',
auth: true
},
component: () => import('@/pages/system/log')
},
// {
// path: 'dic',
// name: 'dic',
// redirect: {
// name: 'dashboard-console'
// }
// },
// {
// path: 'log',
// name: 'log',
// meta: {
// title: '前端日志',
// auth: true
// },
// component: () => import('@/pages/system/log')
// },
// 刷新页面 必须保留
{
path: 'refresh',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment