摘要: 在项目中用到cookie一般是用在注册时的记住账号密码或保存固定时间的数据也有一些是嵌入app中以链接的形式访问时使用的,根据项目需求使用。 // 设置cookie const setCookie = (cName, value, expiredays) => { const exdate = ne 阅读全文
posted @ 2020-04-17 20:15 明夜琉 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 官网:http://ricostacruz.com/nprogress/ https://www.jianshu.com/p/408583294d61 https://www.jianshu.com/p/610b7c350be8 1、安装 nprogress cnpm install nprogre 阅读全文
posted @ 2020-04-17 20:07 明夜琉 阅读(1833) 评论(0) 推荐(0) 编辑