@@ -0,0 +1,13 @@
+<template>
+<a-card>
+</a-card>
+</template>
+<script lang='ts' setup >
+
+import { useRoute } from 'vue-router'
+// const { redirct_url } = useRoute().query
+</script>
+<style lang='less' scoped >
+</style>