edit.vue 207 B

1234567891011121314151617
  1. <template>
  2. <h2 class="text-[20px] m-8px">
  3. 链接已失效,请重新申请重置密码
  4. </h2>
  5. </template>
  6. <script>
  7. export default {
  8. layout(){
  9. return 'custom'
  10. }
  11. }
  12. </script>
  13. <style>
  14. </style>