lvkun hace 2 años
padre
commit
525d39ce3f
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      src/pages/login/index.vue

+ 13 - 0
src/pages/login/index.vue

@@ -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>