Commit 3a104e7e by 无尘

fix: 修改面包屑

parent 8f6d3342
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</template> </template>
</template> </template>
</el-breadcrumb> </el-breadcrumb>
<h1 class="navtitle">{{ navpath[navpath.length - 1].name }}</h1> <h1 class="navtitle" v-if="!slotFlag">{{ navpath[navpath.length - 1].name }}</h1>
<slot></slot> <slot v-if="slotFlag"></slot>
<div class="navmTop" v-if="subNavText"> <div class="navmTop" v-if="subNavText">
{{subNavText}} {{subNavText}}
</div> </div>
......
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