From 24feaf79792086a871b7620f3b83c802bf422ad4 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Sun, 27 Jun 2021 21:05:11 +0800 Subject: [PATCH] add appLoading,Partial static resource shift --- {src/assets => public/img}/login-left.png | Bin {src/assets => public/img}/logo.png | Bin public/index.html | 26 +++++++++++++++++++++- src/layout/index.vue | 2 +- src/views/login.vue | 6 ++--- 5 files changed, 29 insertions(+), 5 deletions(-) rename {src/assets => public/img}/login-left.png (100%) rename {src/assets => public/img}/logo.png (100%) diff --git a/src/assets/login-left.png b/public/img/login-left.png similarity index 100% rename from src/assets/login-left.png rename to public/img/login-left.png diff --git a/src/assets/logo.png b/public/img/logo.png similarity index 100% rename from src/assets/logo.png rename to public/img/logo.png diff --git a/public/index.html b/public/index.html index 3d16e999..3950ed9e 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,31 @@ We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue. -
+
+
+ +
+
<%= htmlWebpackPlugin.options.title %>
+
+ +
diff --git a/src/layout/index.vue b/src/layout/index.vue index 472b4b95..beb44e05 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -4,7 +4,7 @@
- + {{ $CONFIG.APP_NAME }}