fix: 修复登录异常

This commit is contained in:
DEV_DSW
2026-05-27 14:59:26 +08:00
parent fb635ce5dd
commit 5cdef2b692

View File

@@ -9,7 +9,7 @@
</template>
<script setup>
import { ref, computed } from "vue";
import { ref, computed, onMounted } from "vue";
import { oauthToken } from '@/api/login'
const generateState = () => {