<template> <div>找不到该页面!请联系管理员。</div> </template> <script> export default { name: "NotFound", data() { return {}; }, methods: {}, }; </script>