fix: login url fragment and refresh token

This commit is contained in:
Methapon2001 2023-11-29 16:58:53 +07:00
parent 7d16320dea
commit 62a4c3b1ca
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
8 changed files with 72 additions and 172 deletions

View file

@ -1,7 +1,5 @@
<script setup lang="ts"></script>
<template>
<div id="azay-admin-app">
<div>
<router-view v-slot="{ Component }">
<transition>
<component :is="Component" />
@ -9,5 +7,3 @@
</router-view>
</div>
</template>
<style scoped></style>