From 7d745bce2f24923be8249655e6631b6959feb358 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 1 Dec 2021 10:34:17 +0800 Subject: [PATCH] Update app.js --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 040cb4ac1..845c12bdb 100644 --- a/static/app.js +++ b/static/app.js @@ -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 => {