**零碎知识点*

  1. 忽略dll文件

https://www.cnblogs.com/faat/p/14806552.html
git rm -r —cached .
git add .
git commit -m ‘update .gitignore’

2.代码规范
https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/coding-style.md

**前端**
电商前端: nginx 代理静态页面(vue+ html)
http://localhost:8070/
重启nginx >> nginx -s reload

用户中心,电商后台> react.js

**认证中心需求变更**
暂未把组织考虑进去

07-15:计划 数据持久化,token的颁发

**项目关系**

认证中心只做token的颁发对外提供token
用户中心管理登录和用户权限管理对内提供token

用户中心前端目录结构
image.png

**需求池*