Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Aug 29, 2023
1 parent 4d7742e commit 9757722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/request/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useDialog, useToast } from '@/utils/modals/index.js'

async function logout(message) {
try {
console.log('logout', message)
// console.log('logout', message)
await useDialog(message, {
title: '提示',
showCancelButton: true,
Expand Down

0 comments on commit 9757722

Please sign in to comment.