From 3fd599a860f8e291b82199531df6397e3c785304 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 13 Dec 2021 18:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87=E6=A1=88?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 9 +++++++-- static/template/layout.vue | 24 ++++++++++++------------ 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/static/app.js b/static/app.js index 7052835ab..39e25003a 100644 --- a/static/app.js +++ b/static/app.js @@ -1,6 +1,7 @@ /*! 项目应用根路径 */ window.appRoot = (function (script) { - return '/' + script.src.split('/').slice(3, -2).join('/') + '/'; + let src = script.src.split('/').slice(3); + return src.pop(), src.pop(), '/' + src.join('/') + '/'; })(document.querySelector('script[src][type=module]:last-child')); ;(async () => { @@ -10,7 +11,7 @@ window.appRoot = (function (script) { less: less }, getFile(url) { - if (!/^(https?:)?\/\//.test(url)) { + if (!(/^(https?:)?\/\//)) { url = (appRoot + url).replace(/\/+.?\/+/g, '/'); } return fetch(url).then(res => { @@ -88,6 +89,10 @@ window.appRoot = (function (script) { const icons = await loadVue("/static/plugs/core/vue.element.icons.js"); for (let i in icons) app.component(i, icons[i]); + // 全局字体文件 + // const icons = await loadVue("https://unpkg.com/@element-plus/icons@0.0.11/lib/index.js"); + // for (let i in icons) app.component(i, icons[i]); + app.use(router).use(ElementPlus).mount(document.body); })().catch(function (ex) { diff --git a/static/template/layout.vue b/static/template/layout.vue index 25bc50f2e..b09907055 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -49,9 +49,9 @@ @@ -61,21 +61,21 @@ - - - + + + Navigator Two - - - + + + Navigator Three - - - + + + Navigator Four