From 027ecc2bc82ac441ab0c2cf480088803bf162165 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 21 Dec 2021 14:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 4 +++- static/template/layout.vue | 2 +- static/template/login.vue | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 static/template/login.vue diff --git a/static/app.js b/static/app.js index 4ca1a6c51..2762b5121 100644 --- a/static/app.js +++ b/static/app.js @@ -6,7 +6,9 @@ window.appRoot = (function (script) { ;(async () => { const options = { moduleCache: { - vue: Vue, less: less + vue: Vue, + less: less, + cache: {}, }, getFile(url) { if (!(/^(https?:)?\/\//)) { url = (appRoot + url).replace(/\/+.?\/+/g, '/'); diff --git a/static/template/layout.vue b/static/template/layout.vue index 8a91cad0e..492e47be5 100644 --- a/static/template/layout.vue +++ b/static/template/layout.vue @@ -268,7 +268,7 @@ body > .el-container { + + \ No newline at end of file