mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
更新域名
fix issue #I3ZCIX 可以控制流程审批过程中表单项是否可写
This commit is contained in:
@@ -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[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user