diff --git a/OpenAuth.Mvc/Views/Home/Main.cshtml b/OpenAuth.Mvc/Views/Home/Main.cshtml index 2a9b36bf..6322c77f 100644 --- a/OpenAuth.Mvc/Views/Home/Main.cshtml +++ b/OpenAuth.Mvc/Views/Home/Main.cshtml @@ -89,17 +89,23 @@
更新日志-
* 【新增】框架升级至.Net 6.0
-* 【优化】升级layui至2.8.6
-+
* 【优化】升级layui至2.8.6
+* 【新增】全面支持SqlSugar Orm: - 详见: - http://doc.openauth.net.cn/core/sqlsugar.html - -
-* 【新增】增加在swagger界面查看接口调用时间及SQL执行时间
diff --git a/OpenAuth.Mvc/appsettings.Production.json b/OpenAuth.Mvc/appsettings.Production.json index 1f4ced6c..72d4874c 100644 --- a/OpenAuth.Mvc/appsettings.Production.json +++ b/OpenAuth.Mvc/appsettings.Production.json @@ -10,8 +10,8 @@ "OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql }, "AppSetting": { -// "IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 - "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 + "IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 +// "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证 "SSOPassport": "http://localhost:52789", "Version": "demo", "DbTypes": { diff --git a/OpenAuth.Mvc/wwwroot/userJs/main.js b/OpenAuth.Mvc/wwwroot/userJs/main.js index a2505bb8..98d4ecf6 100644 --- a/OpenAuth.Mvc/wwwroot/userJs/main.js +++ b/OpenAuth.Mvc/wwwroot/userJs/main.js @@ -1,3 +1,10 @@ +/* + * @Author: yubaolee