Vant官方文档 Vant 中的样式默认使用 px 作为单位,如果需要使用 rem 单位,推荐使用以下两个工具:
postcss-pxtorem 是一款 postcss 插件,用于将 px 单位转化为 rem lib-flexible 用于设置 rem 基准值
下面我们分别将这两个工具配…
一、问题描述
在本地开发过程中,调用后端提供的接口获取数据将获取的数据渲染到页面中,但是浏览器报错:
// 控制台报错信息
Access to XMLHttpRequest at http://x.x.x.x/app/v1_0/user/followings
from origin http://localhost:8080 has…