Commit b1f862a4 authored by 张伯涛's avatar 张伯涛

平面图详情不显示layout框架

parent 1f22dadf
<template>
<div :class="classObj" class="app-wrapper">
<div v-if="currentPath !== '/template/planeGraphDetails'" :class="classObj" class="app-wrapper">
<div v-if="device==='mobile'&&sidebar.opened" class="drawer-bg" @click="handleClickOutside" />
<sidebar class="sidebar-container" />
<div class="main-container">
......@@ -7,13 +7,16 @@
<Header />
</div>
<div class="nav-container-two">
<div class="placeholder"></div>
<div class="placeholder" />
<tags-view />
<navbar />
</div>
<app-main />
</div>
</div>
<div v-else>
<app-main />
</div>
</template>
<script>
......@@ -31,6 +34,9 @@ export default {
},
mixins: [ResizeMixin],
computed: {
currentPath() {
return this.$route.path
},
sidebar() {
return this.$store.state.app.sidebar
},
......
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