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

项目初始化ok

parent db7bb6bf
......@@ -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">
......
......@@ -108,7 +108,9 @@
'closeAll'
]),
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 = [];
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