稽查修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-06 09:54:50 +08:00
parent f2b07131aa
commit c1be3bbf4d
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ export default {
},
methods: {
isFile(str) {
return !!~str.indexOf('❄❅❆❇❈❉❊')
return str && Object.prototype.toString.call(str) === "[object String]" && !!~str.indexOf('❄❅❆❇❈❉❊')
},
async download(str) {
str = str.replace("❄❅❆❇❈❉❊", '')