From 8bbbf68762486fbb5118d361861ae1471197a419 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 1 Dec 2021 10:32:03 +0800 Subject: [PATCH] Update app.js --- static/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/app.js b/static/app.js index 2bcfe04bf..b1c74497e 100644 --- a/static/app.js +++ b/static/app.js @@ -1,9 +1,9 @@ -/*! 静态插件库路径 */ -window.baseRoot = (function (src) { - return src.substring(0, src.lastIndexOf("/") + 1); -})(document.scripts[document.scripts.length - 1].src); +/*! 脚本应用根路径 */ +window.appRoot = (function (src) { + return src.pop(), src.pop(), src.join('/') + '/'; +})(document.scripts[document.scripts.length - 1].src.split('/')); -console.log('baseRoot', baseRoot) +console.log('baseRoot', appRoot) ;(async () => { const options = {