diff --git a/src/assets/index.css b/src/assets/index.css
index 37d8c1d29..d0248f612 100644
--- a/src/assets/index.css
+++ b/src/assets/index.css
@@ -15,9 +15,7 @@ body {
width: 100%;
height: 100%;
overflow-x: hidden;
- position: relative;
background: url("./bg.png") no-repeat center;
background-size: cover;
- position: relative;
}
diff --git a/src/components/info.vue b/src/components/info.vue
new file mode 100644
index 000000000..8285aa757
--- /dev/null
+++ b/src/components/info.vue
@@ -0,0 +1,44 @@
+
+
+
+
{{ info.userName }}
+
{{ info.passWord }}
+
{{ info.dynamicText }}
+
+
+
+
+
+
diff --git a/src/assets/login.png b/src/components/login.png
similarity index 100%
rename from src/assets/login.png
rename to src/components/login.png
diff --git a/src/views/login.vue b/src/views/login.vue
index 2d7ca715d..bdcdbedc8 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,18 +1,24 @@
- {{ text }}
+
+
+