浏览代码

fix:C端移动端页面适配

lazy 6 月之前
父节点
当前提交
f7af58aac5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/components/AppMain.vue

+ 1 - 1
src/layout/components/AppMain.vue

@@ -1,7 +1,7 @@
 <template>
   <section class="app-main">
     <template>
-      <div class="breadcrumb-container">
+      <div v-if="$route.path !== '/dashboard'" class="breadcrumb-container">
         <div class="empty" />
         <div class="breadcrumb-box">
           <breadcrumb />