mirror of https://github.com/halo-dev/halo
Remove unless code.
parent
06c24c5abf
commit
bed48059ab
|
@ -56,9 +56,6 @@
|
|||
<a-layout-footer>
|
||||
<global-footer/>
|
||||
</a-layout-footer>
|
||||
|
||||
<!-- Setting Drawer (show in development mode) -->
|
||||
<setting-drawer v-if="!production"></setting-drawer>
|
||||
</a-layout>
|
||||
</a-layout>
|
||||
</template>
|
||||
|
@ -75,7 +72,6 @@ import MultiTab from '@/components/MultiTab'
|
|||
import SideMenu from '@/components/Menu/SideMenu'
|
||||
import GlobalHeader from '@/components/GlobalHeader'
|
||||
import GlobalFooter from '@/components/GlobalFooter'
|
||||
import SettingDrawer from '@/components/SettingDrawer'
|
||||
|
||||
export default {
|
||||
name: 'BasicLayout',
|
||||
|
@ -85,8 +81,7 @@ export default {
|
|||
MultiTab,
|
||||
SideMenu,
|
||||
GlobalHeader,
|
||||
GlobalFooter,
|
||||
SettingDrawer
|
||||
GlobalFooter
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue