Browse Source

后台登录封面图替换

master
1747191978@qq.com 4 months ago
parent
commit
fba1f02ae6
  1. BIN
      大唐会议后台/src/views/leftLogo.png
  2. 2
      大唐会议后台/src/views/login.vue
  3. 1
      大唐会议后台/src/views/meetingDetails/index.vue

BIN
大唐会议后台/src/views/leftLogo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

2
大唐会议后台/src/views/login.vue

@ -193,7 +193,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("../assets/images/login-background.jpg"); background-image: url("./leftLogo.png");
background-size: cover; background-size: cover;
} }
.title { .title {

1
大唐会议后台/src/views/meetingDetails/index.vue

@ -135,6 +135,7 @@ export default {
}, },
// //
"$store.state.meetingItme"(newVal, oldVal) { "$store.state.meetingItme"(newVal, oldVal) {
this.fileList = [];
if (newVal.type == "file-pdf") { if (newVal.type == "file-pdf") {
this.fileList = [ this.fileList = [
{ {

Loading…
Cancel
Save