From e6a76f7b9b72efb657b2d5ac56d66c7bc0fbe28b Mon Sep 17 00:00:00 2001 From: Nakorn Rientrakrunchai Date: Sat, 15 Aug 2020 16:16:39 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=81=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Views/Shared/_Layout.cshtml | 2 +- Views/Shared/_LayoutDirect.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index c7744bd..2c5f993 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -230,7 +230,7 @@ $(document).ready(function(){ var module = "eva"; //var menu_url = appsite+"/json/"+module+".json"; - var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")/api/menu/"+module; + var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")/api/menu/"+module; GetMenu(module, "#mymenu", menu_url); $( document ).on( 'focus', ':input', function(){ diff --git a/Views/Shared/_LayoutDirect.cshtml b/Views/Shared/_LayoutDirect.cshtml index e4275e4..edfa9e5 100644 --- a/Views/Shared/_LayoutDirect.cshtml +++ b/Views/Shared/_LayoutDirect.cshtml @@ -228,7 +228,7 @@ $(document).ready(function(){ var module = "eva"; //var menu_url = appsite+"/json/"+module+".json"; - var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")/api/menu/"+module; + var menu_url = "@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")/api/menu/"+module; GetMenu(module, "#mymenu", menu_url); $( document ).on( 'focus', ':input', function(){