跳至主要內容
草莓

草莓

标题 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>

cute050...小于 1 分钟水果草莓
樱桃

樱桃

标题 2

这里是内容。

标题 3

这里是内容。


cute050...小于 1 分钟樱桃