kim131 4 роки тому
джерело
коміт
bccad226f5
3 змінених файлів з 8 додано та 2 видалено
  1. +3
    -0
      public/static/css/main.css
  2. +3
    -1
      src/components/app-header/components/user_center.vue
  3. +2
    -1
      src/views/components_web/head/head.vue

+ 3
- 0
public/static/css/main.css Переглянути файл

@@ -8859,6 +8859,9 @@ h5.dulilabel{
background-color: #ccc;
background: url(/static/img/icon_pic_01.png) no-repeat -180px 0px;
}
.el-icon-close::before {
content: "";
}
.el-icon-error::before{
content: "";


+ 3
- 1
src/components/app-header/components/user_center.vue Переглянути файл

@@ -1381,7 +1381,9 @@ export default {
this.$notify({
type:"success",
message:'密码修改成功。'
})
});
this.logout();

}else{
this.$notify({
type:"error",


+ 2
- 1
src/views/components_web/head/head.vue Переглянути файл

@@ -2282,7 +2282,8 @@ export default {
this.$notify({
type:"success",
message:'密码修改成功。'
})
});
this.logout();
}else{
this.$notify({
type:"error",


Завантаження…
Відмінити
Зберегти