From b704ec8a8caaa2da83623b1b545efca75befcd4c Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 1 Dec 2021 10:29:47 +0800 Subject: [PATCH] Update app.js --- static/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/app.js b/static/app.js index a9571337d..2bcfe04bf 100644 --- a/static/app.js +++ b/static/app.js @@ -1,9 +1,17 @@ +/*! 静态插件库路径 */ +window.baseRoot = (function (src) { + return src.substring(0, src.lastIndexOf("/") + 1); +})(document.scripts[document.scripts.length - 1].src); + +console.log('baseRoot', baseRoot) + ;(async () => { const options = { moduleCache: { vue: Vue, less: less }, getFile(url) { + document.get console.log('load.file', url) return fetch(url).then(res => { if (res.ok) {