<!-- * @Author: WangJiaCheng * @Date: 2021-05-10 17:23:22 * @LastEditors: WangJiaCheng * @LastEditTime: 2021-05-10 17:23:45 * @Description: --> <template> <div>页面列表</div> </template> <script> export default { name: 'PageList' } </script>