From add1eeea7815d6601f63add140df09396c639a4d Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 14 十二月 2023 15:25:21 +0800 Subject: [PATCH] 修改为正确的网络请求Ip --- src/views/exception/FlightInspection.vue | 27 ++++++--------------------- 1 files changed, 6 insertions(+), 21 deletions(-) diff --git a/src/views/exception/FlightInspection.vue b/src/views/exception/FlightInspection.vue index 184fc62..39a07e9 100644 --- a/src/views/exception/FlightInspection.vue +++ b/src/views/exception/FlightInspection.vue @@ -1,27 +1,12 @@ <script> - import CompFlightInspection from '@/views/exception/components/CompFlightInspection.vue' - export default { - components: { - CompFlightInspection - }, - data() { - return{ - - } - }, - mounted() { - - }, - methods: { - - } +import CompFlightInspection from '@/views/exception/components/CompFlightInspection.vue' +export default { + components: { + CompFlightInspection + } } </script> <template> - <CompFlightInspection :show-all="true"> </CompFlightInspection> + <CompFlightInspection :show-all="true"> </CompFlightInspection> </template> - -<style scoped> - -</style> \ No newline at end of file -- Gitblit v1.9.3