From 2df906a447195f9786dd468512ea895d6cc18532 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 15 五月 2025 14:53:54 +0800 Subject: [PATCH] APP3.5开发 --- igds-app/js/admin/inout-in-record.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/igds-app/js/admin/inout-in-record.js b/igds-app/js/admin/inout-in-record.js index 582ed31..914df64 100644 --- a/igds-app/js/admin/inout-in-record.js +++ b/igds-app/js/admin/inout-in-record.js @@ -17,7 +17,7 @@ function init() { var user = JSON.parse(localStorage.getItem('user')); var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId')); - url = user.url + "/api-phone/v35/gateway"; + url = user.url + "/api/phone/v35/gateway"; data.tokenAuth = user.tokenAuth; data.data.deptId = selectDeptId; @@ -50,7 +50,6 @@ } else { renderData(); mui.toast(result.msg); - console.log(JSON.stringify(result)) } }, error: function() { @@ -93,7 +92,7 @@ if (inRecordData) { sumHtml = inRecordData.sum; var inRecordList = inRecordData.listInout; - console.log(JSON.stringify(inRecordList)) + // console.log(JSON.stringify(inRecordList)) if (inRecordList && inRecordList.length > 0) { $.each(inRecordList, function(index, item) { html += '<div class="item">'; -- Gitblit v1.9.3