09 2020 档案

摘要:目录 global.less @import "./variable"; * { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-font-smoothing: antialias 阅读全文
posted @ 2020-09-30 14:58 wangshiqiao 阅读(959) 评论(0) 推荐(0)
摘要:文件 util.js /** * 实现字符串按照长度截取 * @param str [string] * @returns len [number] * get string length ,include letter、number、symbol and Chinese Word. a Chine 阅读全文
posted @ 2020-09-30 11:10 wangshiqiao 阅读(246) 评论(0) 推荐(0)
摘要:npm install axios 文件 request.js import axios from "axios" import config from './config' axios.defaults.timeout = 20 * 1000 axios.interceptors.request. 阅读全文
posted @ 2020-09-29 11:32 wangshiqiao 阅读(1215) 评论(0) 推荐(0)