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