From 542e58347a8559e90d0410e2091a6bab8cc3d80e Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 16 Jun 2025 22:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=85=A8=E5=B1=80=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 3 ++ public/index.html | 57 +++++++++++++++++++------- src/components/layouts/UserLayout.vue | 2 +- src/components/page/GlobalHeader.vue | 51 +++++++++++------------ src/views/user/Login.vue | 58 ++++++++++++++++----------- 5 files changed, 106 insertions(+), 65 deletions(-) create mode 100644 public/config.js diff --git a/public/config.js b/public/config.js new file mode 100644 index 0000000..10c53dd --- /dev/null +++ b/public/config.js @@ -0,0 +1,3 @@ +window.AppConfig = { + systemTitle: '末端数据接入处理系统' +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index da30630..72d2429 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,7 @@ + @@ -246,16 +273,16 @@ -
-
-
-
-
-
正在加载,请耐心等待 +
+
+
+
+
+
正在加载,请耐心等待 +
-
diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 1f4f8a1..71e4116 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -114,7 +114,7 @@ export default { .main { width: 596px; height: 468px; - margin: 335px 1173px; + margin: 400px 1173px; padding-top: 80px; background: url(~@/assets/img/login_bg.png) no-repeat; } diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue index 84eaca5..d56ea76 100644 --- a/src/components/page/GlobalHeader.vue +++ b/src/components/page/GlobalHeader.vue @@ -1,21 +1,12 @@