From d10910835561f7d995d8e334bba263cfe8d155b9 Mon Sep 17 00:00:00 2001 From: yaoyanan <794433246@qq.com> Date: Mon, 29 Mar 2021 15:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E9=80=82=E9=85=8D=20=E9=A1=B5=E9=9D=A2=E6=9C=80?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E7=9A=84=E7=A9=BA=E7=99=BD=E6=9D=A1=E6=9D=A1?= =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/public/index.html | 3 +- .../jerobiz/JSelectBizComponent/index.vue | 3 +- jero-web/src/components/layouts/RouteView.vue | 8 +- .../src/components/layouts/UserLayout.vue | 154 ++++++++++-------- jero-web/src/components/page/GlobalLayout.vue | 8 +- jero-web/src/views/user/Login.vue | 134 +++++++++++++-- 6 files changed, 220 insertions(+), 90 deletions(-) diff --git a/jero-web/public/index.html b/jero-web/public/index.html index 8c921506..26e1c461 100644 --- a/jero-web/public/index.html +++ b/jero-web/public/index.html @@ -6,12 +6,13 @@ JeroBoot平台 - + \ No newline at end of file diff --git a/jero-web/src/components/layouts/UserLayout.vue b/jero-web/src/components/layouts/UserLayout.vue index 78f1332a..f56d5995 100644 --- a/jero-web/src/components/layouts/UserLayout.vue +++ b/jero-web/src/components/layouts/UserLayout.vue @@ -1,7 +1,7 @@