Compare commits
No commits in common. "c68b10a1f31ba99acf6310a9bdeb1bd2fcdfec90" and "93ead59d94eb7e0cb5161fcb7773a96c1557db98" have entirely different histories.
c68b10a1f3
...
93ead59d94
|
|
@ -113,7 +113,7 @@ document.addEventListener('keyup', function(e) {
|
|||
</td>
|
||||
<td width="690" valign="top"><img src="${pageContext.request.contextPath}/images/admins/frame/top_menu.gif" width="690" height="135" border="0" usemap="#Map2" /></td>
|
||||
<td valign="bottom"><span class="top-menu-item"><a href="/admins/main/main.do?menuId=constructionProjectManagement&pId=construction-project-statistics-index">건설현장 관리</a></span></td>
|
||||
<td valign="bottom"><span class="top-menu-item"><a href="/admins/main/main.do?menuId=mgmtApi&pId=mgmt-api-outdata">API 관리</a></span></td>
|
||||
<td valign="bottom"><span class="top-menu-item"><a href="/admins/main/main.do?menuId=mgmtApi&pId=mgmt-api-index">API 관리</a></span></td>
|
||||
<!--- 탑메뉴 끝 --->
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -837,7 +837,7 @@
|
|||
function getMgmtApiLogList(){
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : "/admins/mgmtApi/o_logList.do" ,
|
||||
url : "/admins/mgmtApiLog/list.do" ,
|
||||
data : {},
|
||||
dataType :"json",
|
||||
success : function(res){ // res.code, res.msg, res.data
|
||||
|
|
|
|||
Loading…
Reference in New Issue