From e78aca3957d4de122ecb33d20602cb96d59ce2b8 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 8 Nov 2023 16:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 2 +- src/utils/api.js | 2 + src/views/system/index.vue | 132 ++++++---- src/views/system/manageLog - 副本.vue | 336 ------------------------ src/views/system/taskLog.vue | 91 +++++++ 5 files changed, 172 insertions(+), 391 deletions(-) delete mode 100644 src/views/system/manageLog - 副本.vue create mode 100644 src/views/system/taskLog.vue diff --git a/src/setting.js b/src/setting.js index cadf1d3..281be88 100644 --- a/src/setting.js +++ b/src/setting.js @@ -13,7 +13,7 @@ if (isDev) { sandPath = `http://${location.hostname}:9520` host = 'http://121.37.12.51/' // host = 'https://huorantech.cn/' - // host = 'http://192.168.31.217:9000/'// 榕 + host = 'http://192.168.31.217:9000/'// 榕 // host = 'http://192.168.31.51:9000/'// 赓 } else if (isPro) { jumpPath = 'https://www.huorantech.cn/judgmentPoint/' diff --git a/src/utils/api.js b/src/utils/api.js index 53248fb..85ec447 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -290,6 +290,8 @@ export default { checkRepeat: `nakadai/nakadai/log/checkRepeat`, logWithdrawal: `nakadai/nakadai/log/logWithdrawal`, + sysLogs: `occupationlab/sys/logs`, + // 合伙人 deleteParner: `nakadai/nakadai/partnerClassification/delete`, saveParner: `nakadai/nakadai/partnerClassification/save`, diff --git a/src/views/system/index.vue b/src/views/system/index.vue index 3275bfd..35c0271 100644 --- a/src/views/system/index.vue +++ b/src/views/system/index.vue @@ -1,14 +1,26 @@ @@ -75,4 +92,11 @@ export default { .system { min-height: calc(100vh - 170px); } +.tips { + padding: 10px; +} +.frame { + width: 100%; + height: calc(100vh - 280px); +} \ No newline at end of file diff --git a/src/views/system/manageLog - 副本.vue b/src/views/system/manageLog - 副本.vue deleted file mode 100644 index 6282b69..0000000 --- a/src/views/system/manageLog - 副本.vue +++ /dev/null @@ -1,336 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/system/taskLog.vue b/src/views/system/taskLog.vue new file mode 100644 index 0000000..1f763e6 --- /dev/null +++ b/src/views/system/taskLog.vue @@ -0,0 +1,91 @@ + + + + \ No newline at end of file