草莓
...小于 1 分钟
草莓
标题 2
<script setup>
import {showModal} from "@/composables/utils.js";
import {store} from "@/store/index.js";
const handleLogout = () => {
showModal('是否退出登录','warning').then(
()=> {
// 派发退出登录
store.dispatch('logoutActions')
}).catch(() => false)
}
</script>
标题 3
这里是内容。
Powered by Waline v2.15.7