Update app.js

This commit is contained in:
Anyon 2021-12-01 10:34:17 +08:00
parent 770e30a695
commit 7d745bce2f

View File

@ -12,7 +12,7 @@ console.log('baseRoot', appRoot)
},
getFile(url) {
console.log('load.file', url)
if (!url.test(/^https?:\/\//)) {
if (!/^https?:\/\//.test(url)) {
url += url;
}
return fetch(url).then(res => {