Commit 0444517bf05bc667da124c2197e02dc22165a28a
1 parent
9ff2df1bf3
Exists in
master
商品卡片高度添加
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/components/CommodityCard/CommodityCard.vue
src/pages/index/index.vue
... | ... | @@ -147,7 +147,7 @@ export default { |
147 | 147 | // timeout: 3000, |
148 | 148 | // // dataType:'json' |
149 | 149 | // // responseType:'text', |
150 | - // // sslVerify: true,//验证 ssl 证书 | |
150 | + // // sslVerify: true, //验证 ssl 证书 | |
151 | 151 | // withCredentials: false, //跨域请求时是否携带凭证(cookies) |
152 | 152 | // success: res => { |
153 | 153 | // console.error("success status === > ", res); | ... | ... |