稽查修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f2b07131aa
commit
c1be3bbf4d
|
@ -721,7 +721,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
isFile(str) {
|
isFile(str) {
|
||||||
return !!~str.indexOf('❄❅❆❇❈❉❊')
|
return str && Object.prototype.toString.call(str) === "[object String]" && !!~str.indexOf('❄❅❆❇❈❉❊')
|
||||||
},
|
},
|
||||||
async download(str) {
|
async download(str) {
|
||||||
str = str.replace("❄❅❆❇❈❉❊", '')
|
str = str.replace("❄❅❆❇❈❉❊", '')
|
||||||
|
|
Loading…
Reference in New Issue