|
|
@@ -178,8 +178,7 @@ namespace Learun.Application.Web.Controllers |
|
|
|
public ActionResult Index() |
|
|
|
{ |
|
|
|
//判断当前ip是否是123服务器,如果是123服务器,跳过授权验证 |
|
|
|
//if (Net.Ip != "123.57.209.16") |
|
|
|
if (Net.Ip != "183.185.97.88") |
|
|
|
if (Net.Ip != "183.185.97.88" && Net.Ip != "123.57.209.16") |
|
|
|
{ |
|
|
|
//授权验证 |
|
|
|
var lc = LicenseChecker.CheckLicense(); |
|
|
|