| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getApiList, getApiLogs } from "@/api/logs" |
| | | import { getApiList, getApiLogs } from "@/ssoapi/logs" |
| | | import { mapGetters } from "vuex" |
| | | |
| | | export default { |
| | |
| | | prop: "serviceId", |
| | | width: '120', |
| | | searchSpan: 4, |
| | | search: true |
| | | search: true, |
| | | searchLabelWidth: 60, |
| | | }, |
| | | { |
| | | label: "服务host", |
| | |
| | | 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 |