diff --git a/src/assets/images/logo@2x.png b/src/assets/images/logo@2x.png
new file mode 100644
index 0000000..4115b9b
Binary files /dev/null and b/src/assets/images/logo@2x.png differ
diff --git a/src/views/login.vue b/src/views/login.vue
index c10e440..285603e 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,54 +1,45 @@
-
- 工业园区工业上楼项目
-
-
+ 工业园区工业上楼项目系统
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
![]()
+
- 记住密码
-
-
+ 记住密码
+
+
登 录
登 录 中...
@@ -59,7 +50,7 @@
@@ -73,6 +64,7 @@ export default {
data() {
return {
codeUrl: '',
+ activeName: 'second',
loginForm: {
username: 'admin',
password: 'admin123',
@@ -142,7 +134,7 @@ export default {
Cookies.remove('rememberMe')
}
this.$store.dispatch('Login', this.loginForm).then(() => {
- this.$router.push({ path: this.redirect || '/' }).catch(() => {})
+ this.$router.push({ path: this.redirect || '/' }).catch(() => { })
}).catch((error) => {
this.loading = false
if (this.captchaEnabled) {
@@ -157,59 +149,120 @@ export default {
}
-