style: 主题相关调整

This commit is contained in:
张传龙
2022-06-11 22:14:23 +08:00
parent 0636ac4716
commit c8495f7a5f
4 changed files with 17 additions and 43 deletions

View File

@@ -26,6 +26,8 @@ const options = [
function handleSelect(key) {
if (key === 'logout') {
$dialog.confirm({
title: '提示',
type: 'info',
content: '确认退出?',
confirm() {
userStore.logout()