Skip to content

Commit

Permalink
修复粘贴上传,提示未登录的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xlzy520 committed Dec 8, 2023
1 parent cbfacfa commit 1958927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentScripts/views/pages/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const uploadSuccess = async (FileItem) => {
}
const handleTPaste = (event) => {
if (!token.value) {
if (!mid.value) {
toLogin()
return
}
Expand Down

0 comments on commit 1958927

Please sign in to comment.