跳至主要內容

草莓

cute050...小于 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