diff --git a/src/api/task.js b/src/api/task.js index 67225c9..362b6a6 100644 --- a/src/api/task.js +++ b/src/api/task.js @@ -61,3 +61,13 @@ export const regFileView = () => { }) } +// 附件删除 +export const regFileDelete = (data) => { + return request({ + url: '/rescue/reg/file/delete.htm', + method: 'post', + data + }) +} + + diff --git a/src/views/Contact.vue b/src/views/Contact.vue index 0638c86..648e5ff 100644 --- a/src/views/Contact.vue +++ b/src/views/Contact.vue @@ -28,8 +28,8 @@ .aboutUs { width: 100%; - background-image: url(@/assets/bg2.png); - background-size: 100% 100%; + background: url(@/assets/bg2.png) center no-repeat; + background-size: auto 100%; display: flex; justify-content: center; } diff --git a/src/views/Home.vue b/src/views/Home.vue index 55ce1c6..6814034 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -17,8 +17,8 @@