先进先出

This commit is contained in:
qianhao.xu
2024-04-14 11:16:19 +08:00
parent 910a82a747
commit 4b053452d0
6 changed files with 154 additions and 76 deletions

View File

@@ -35,7 +35,7 @@
"DbName": "ZrAdmin" //代码生成默认连接数据库
},
"corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开
"corsUrls": [ "http://localhost:8887", "http://localhost:8886", "http://127.0.0.1:8081" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开
"JwtSettings": {
"Issuer": "ZRAdmin.NET", //即token的签发者。
"Audience": "ZRAdmin.NET", //指该token是服务于哪个群体的群体范围