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

ok

parent 5b24d0b9
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</transition> </transition>
<Content class="i-layout-content" :class="contentClasses"> <Content class="i-layout-content" :class="contentClasses">
<transition name="fade-quick"> <transition name="fade-quick">
<i-tabs v-if="tabs" v-show="showHeader" /> <!-- <i-tabs v-if="tabs" v-show="showHeader" /> -->
</transition> </transition>
<div class="i-layout-content-main"> <div class="i-layout-content-main">
<keep-alive :include="keepAlive"> <keep-alive :include="keepAlive">
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
name: `${pre}console` name: `${pre}console`
}, },
meta, meta,
component: BasicLayout, // component: BasicLayout,
children: [ children: [
{ {
path: 'console', path: 'console',
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
...meta, ...meta,
title: '主控台' title: '主控台'
}, },
component: () => import('@/pages/dashboard/console') // component: () => import('@/pages/dashboard/console')
} }
] ]
}; };
...@@ -11,7 +11,7 @@ const frameIn = [ ...@@ -11,7 +11,7 @@ const frameIn = [
redirect: { redirect: {
name: 'dashboard-console' name: 'dashboard-console'
}, },
component: BasicLayout, // component: BasicLayout,
children: [ children: [
{ {
path: 'index', path: 'index',
...@@ -20,22 +20,22 @@ const frameIn = [ ...@@ -20,22 +20,22 @@ const frameIn = [
name: 'dashboard-console' name: 'dashboard-console'
} }
}, },
{ // {
path: 'dic', // path: 'dic',
name: 'dic', // name: 'dic',
redirect: { // redirect: {
name: 'dashboard-console' // name: 'dashboard-console'
} // }
}, // },
{ // {
path: 'log', // path: 'log',
name: 'log', // name: 'log',
meta: { // meta: {
title: '前端日志', // title: '前端日志',
auth: true // auth: true
}, // },
component: () => import('@/pages/system/log') // component: () => import('@/pages/system/log')
}, // },
// 刷新页面 必须保留 // 刷新页面 必须保留
{ {
path: 'refresh', 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