Browse Source

解决报错

wangxinyao
wangxy 2 years ago
parent
commit
cdd4f557ad
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/utils/costum.js

+ 5
- 0
src/utils/costum.js View File

@ -90,3 +90,8 @@ export function praseStrEmpty(str) {
}
return str
}
export function download(str) {
location.href=location.host+str
}

Loading…
Cancel
Save