登录 – 完成
路由拦截 – 完成
商品管理(增加、编辑、搜索、删除) – 完成
角色管理(增加、编辑、搜索、删除、权限管理) – 完成
交易订单(增加、编辑、搜索、删除) – 完成
用户管理(增加、编辑、搜索、删除、数据权限、刷新缓存) – 完成
支付配置(增加、编辑、搜索、删除) – 完成
系统环境变量(增加、编辑、搜索、删除) – 完成
权限管理(增加、编辑、搜索、删除、配置权限) – 完成
菜单管理(增加、编辑、搜索、删除) – 完成
公司管理(增加、编辑、搜索、删除) – 完成
install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
build for production and view the bundle analyzer report
npm run build --report
run unit tests
npm run unit
run e2e tests
npm run e2e
run all tests
npm test