Browse Source

fix:图片cdn加速

shenchunlv 2 years ago
parent
commit
195db5cd38
2 changed files with 4 additions and 2 deletions
  1. 3 1
      assets/_variables.scss
  2. 1 1
      pages/m_user.vue

+ 3 - 1
assets/_variables.scss

@@ -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;
 }

+ 1 - 1
pages/m_user.vue

@@ -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) {