diff --git a/src/components/Login/updatepsw.vue b/src/components/Login/updatepsw.vue index 40e6996..4cc180e 100644 --- a/src/components/Login/updatepsw.vue +++ b/src/components/Login/updatepsw.vue @@ -166,6 +166,7 @@ export default { console.log(data) if (data.status == 200) { this.$message.success('密码修改成功') + this.$emit('update:loginShow', false) this.$router.push('/login') } else { this.$message.warning(data.msg) diff --git a/src/views/main.vue b/src/views/main.vue index d1ade96..532f2dd 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -54,10 +54,11 @@
-
-
+ +
@@ -1121,6 +1122,6 @@ export default { .user-box:hover{ cursor: pointer; - color: #ff4400; + color: #ff4400 !important; }