@@ -5,10 +5,10 @@ import axios from 'axios';
// 线下环境
-// export const baseIMGUrl = "https://sit-ningguobwg.4dage.com/";
+export const baseIMGUrl = "https://sit-ningguobwg.4dage.com/";
// 线上环境
-export const baseIMGUrl = "";
+// export const baseIMGUrl = "";
@@ -157,7 +157,7 @@ const acDay =dayArr1.split('-')[2]
let nowDay =d.getDate()
-console.log(nowDay>=Number(acDay));
+// console.log(nowDay>=Number(acDay));
if(nowDay>=Number(acDay)){
@@ -98,6 +98,7 @@ onBeforeMount(() => {
width: 100%;
height: 30vh;
margin-bottom: 10px;
+ object-fit: cover;
}
@@ -178,7 +178,7 @@ onMounted(() => {
.thumb {
- height: 25vh;
+ height: auto;
border-radius: 15px 15px 0 0;
@@ -94,6 +94,7 @@ onBeforeMount(() => {
.content-box {
@@ -175,7 +175,7 @@ onBeforeMount(() => {
img {
- height: 210px;
border-radius: 10px;
@@ -83,6 +83,7 @@ onBeforeMount(() => {
@@ -154,7 +154,7 @@ onBeforeMount(() => {