From e6b0813161857c200b7cd2b840fadfe47583c4c6 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 12 Jun 2023 18:47:38 +0900 Subject: [PATCH] no message --- .../webapp/WEB-INF/jsp/base/menu/menu-main.jsp | 5 +++++ .../js/base/menu-support-fims-innerPage.js | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp b/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp index 8f62d749..b8e940ba 100644 --- a/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp @@ -71,12 +71,15 @@ + + + \ No newline at end of file diff --git a/src/main/webapp/resources/js/base/menu-support-fims-innerPage.js b/src/main/webapp/resources/js/base/menu-support-fims-innerPage.js index 6cc52d92..6143417e 100644 --- a/src/main/webapp/resources/js/base/menu-support-fims-innerPage.js +++ b/src/main/webapp/resources/js/base/menu-support-fims-innerPage.js @@ -86,13 +86,13 @@ function openMenu(obj, params) { url:menuUrl, data:{}, success:resp => { - console.log("ok"); - - var sp1 = resp.split("")[1]; - sp1 = resp.split("")[1]; - console.log(sp1); - - $("#div"+dataKey).html(sp1); + + var cw = resp.split("")[1]; + var pb = cw.split("")[1]; + + var scriptAterTail1 = resp.split("")[1]; + var scriptAterTail2 = resp.split("//script after tail2")[1]; + $("#div"+dataKey).html(pb + " " + scriptAterTail1 + " " + ""); } });