mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-17 09:22:44 +00:00
initial commit
This commit is contained in:
17
src/views/sys/exception/LoadTimeOut.vue
Normal file
17
src/views/sys/exception/LoadTimeOut.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<Exception :status="ExceptionEnum.PAGE_TIMEOUT" />
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { Exception } from '/@/views/sys/exception';
|
||||
|
||||
import { ExceptionEnum } from '/@/enums/exceptionEnum';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'LoadTimeout',
|
||||
components: { Exception },
|
||||
setup() {
|
||||
return { ExceptionEnum };
|
||||
},
|
||||
});
|
||||
</script>
|
Reference in New Issue
Block a user