|
@@ -4,7 +4,7 @@
|
|
|
<div class="w_0100">
|
|
|
<div class="w_1200">
|
|
|
<el-col :span="24" class="top">
|
|
|
- <slot name="top">头部</slot>
|
|
|
+ <top-Deatil></top-Deatil>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -58,6 +58,7 @@
|
|
|
<script>
|
|
|
import topMenu from '@/layout/layout-part/top-menu.vue';
|
|
|
import foots from '@/layout/layout-part/foot.vue';
|
|
|
+import topDeatil from '@/layout/layout-part/top-Deatil.vue';
|
|
|
import { mapActions, mapState, mapMutations } from 'vuex';
|
|
|
const jwt = require('jsonwebtoken');
|
|
|
export default {
|
|
@@ -68,6 +69,7 @@ export default {
|
|
|
components: {
|
|
|
topMenu,
|
|
|
foots,
|
|
|
+ topDeatil,
|
|
|
},
|
|
|
data: () => ({
|
|
|
leftSpan: 18,
|