|  |  | 
 |  |  | <script> | 
 |  |  | import { mapState } from 'vuex' | 
 |  |  | import Header from '@/components/common/Header' | 
 |  |  | import BaseComputHeight from '@/components/base/BaseComputHeight' | 
 |  |  | import CommonHeader from '@/components/common/CommonHeader' | 
 |  |  | import Menu from '@/components/common/Menu' | 
 |  |  | export default { | 
 |  |  |   extends: BaseComputHeight, | 
 |  |  |   name: 'DefaultLayout', | 
 |  |  |   components: { AppHeader: Header, Menu, CommonHeader }, | 
 |  |  |   data() { | 
 |  |  |     return { | 
 |  |  |       isFinishData: false, | 
 |  |  |         orgBackground: '' | 
 |  |  |       orgBackground: '' | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |   computed: { | 
 |  |  |     ...mapState(['menuData', 'userInfo']) | 
 |  |  |   }, | 
 |  |  |   mounted() { | 
 |  |  |  | 
 |  |  |     mounted() { | 
 |  |  |     }, | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  |     methods: { | 
 |  |  |  |