error.vue 159 B

1234567891011121314
  1. <template>
  2. <h1>请求非法</h1>
  3. </template>
  4. <script>
  5. export default {
  6. name: "error",
  7. layout: "blank",
  8. };
  9. </script>
  10. <style scoped>
  11. </style>