请求
封装接口位置处理数据;
接口调用:展示处理好的数据,不做数据的处理;
公共数据
vue刷新页面以后丢失store的数据
https://cnblogs.com/Jimc/p/11536962.html
公共搜索
公共分页
公共传参
公用数据
store.comData = {useinfo,systemInfo}
公共组件
通用搜索封装
公共表格封装:列表/分页/表头
公共方法
数组操作
时间格式
校验
项目目录(后台)
public
index.html
agreement.html
privacy.html
src
api
modules
config.js
download.js
index.js
setup.js
assets
加密
JS自己实现字符串加密和解密算法
http://c.biancheng.net/view/5610.html