新版本官网优化完成
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<template>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import {useToken} from "~/composables/configState";
|
||||
|
||||
const token = useToken();
|
||||
token.value = '';
|
||||
localStorage.clear();
|
||||
setTimeout(() => {
|
||||
navigateTo('/')
|
||||
return;
|
||||
}, 1000)
|
||||
</script>
|
||||
Reference in New Issue
Block a user