<template> <div class="Dashboard"> <a-layout style="padding: 24px 0; background: #fff"> <h1>默认入口页面</h1> </a-layout> </div> </template> <script> export default { name: 'dashboard', components: {}, data () { return {} }, watch: {}, computed: {}, methods: {}, mounted () {} } </script>