





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 @@