From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +0800
Subject: [PATCH] 路径配置修改
---
src/views/monitor/log/api.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index 2209fbf..07a2240 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -9,7 +9,7 @@
</template>
<script>
-import { getApiList, getApiLogs } from "@/api/logs"
+import { getApiList, getApiLogs } from "@/ssoapi/logs"
import { mapGetters } from "vuex"
export default {
@@ -142,6 +142,7 @@
this.onLoad(this.page, this.query)
},
onLoad (page, params = {}) {
+ params['type'] = '2'
this.loading = true
getApiList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data
--
Gitblit v1.9.3