更新域名

fix issue #I3ZCIX 可以控制流程审批过程中表单项是否可写
This commit is contained in:
yubaolee
2021-07-22 19:33:55 +08:00
parent 154583889a
commit c7acca904a
38 changed files with 131 additions and 63 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenAuth.IdentityServer
var host = "http://localhost";
if (isProduction)
{
host = "http://demo.openauth.me"; //切换为自己的服务器信息
host = "http://demo.openauth.net.cn"; //切换为自己的服务器信息
}
return new[]
{

View File

@@ -49,8 +49,8 @@ namespace OpenAuth.IdentityServer
// {
// origins = new []
// {
// "http://demo.openauth.me:1803",
// "http://demo.openauth.me:52789"
// "http://demo.openauth.net.cn:1803",
// "http://demo.openauth.net.cn:52789"
// };
// }
// services.AddCors(option=>option.AddPolicy("cors", policy =>