@@ -17,6 +17,8 @@ body {
.relatives {
width: 100%;
height: 600px;
- background: url(~/public/image/img_home.png) no-repeat;
+ // background: url(~/public/image/img_home.png) no-repeat;
+ // background: url(https://imgcdn.gongyoubao.net/meloinfo/hrshuke.png) no-repeat;
+ background: url(https://imgcdn.gongyoubao.net/meloinfo/hrshuke.webp) no-repeat;
background-size: cover;
}
@@ -489,7 +489,7 @@ const customer = ref<customerType>({
city: null, // 所在城市
phone: null, // 手机号
verifyCode: null, //验证码
- channel: 16, //pc官网16 手机端17
+ channel: 17, //pc官网16 手机端17
})
const verifyCodeFn = async () => {
if (customer.value.phone) {