Commit 312e7fe9 authored by 周远喜's avatar 周远喜

项目初始化ok

parent db7bb6bf
...@@ -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">
......
...@@ -108,7 +108,9 @@ ...@@ -108,7 +108,9 @@
'closeAll' 'closeAll'
]), ]),
tabLabel (h, page) { tabLabel (h, page) {
const title = h('span', this.tTitle(page.meta.title) || '未命名'); console.warn("page",page,this.opened)
// const title = h('span', this.tTitle(page.meta.title) || '未命名');
const title=h('span',page.path)
let slot = []; let slot = [];
if (this.showTabsIcon) { if (this.showTabsIcon) {
......
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