diff --git a/src/layouts/footer/PageFooter.vue b/src/layouts/footer/PageFooter.vue index 6689c1c..3932472 100644 --- a/src/layouts/footer/PageFooter.vue +++ b/src/layouts/footer/PageFooter.vue @@ -26,6 +26,9 @@ export default { .copyright{ color: @text-color-second; font-size: 14px; + i { + margin: 0 6px; + } } .links{ margin-bottom: 8px; diff --git a/src/pages/login/Login.vue b/src/pages/login/Login.vue index 888665d..6efe388 100644 --- a/src/pages/login/Login.vue +++ b/src/pages/login/Login.vue @@ -11,7 +11,7 @@ - + { const routesConfig = result.data.data loadRoutes(routesConfig) - this.$router.push('/dashboard/workplace') + this.$router.push('/demo') this.$message.success(loginRes.message, 3) }) } else { this.error = loginRes.message } + }, + onClose() { + this.error = false } } }