IP属地:广东
一、npm installswiper@4.3.3 二、组件中引入和配置 import Swiper from 'swiper'; import...
一、新建filter.js如下: const filter = { '1000': function (val) { if (typ...
nginx解决前端跨域 1、安装好nginx后,进入/usr/local/etc/nginx/nginx.conf 2、修改配置如下: serv...
1、git init 在当前项目目录下创建本地仓库。 2、在github上创建项目 3、git add * 将改动提交到本地暂存区 4、git ...