From 60e583cb8ce919f82d7c50d4c09d3927847bdb0d Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Tue, 4 Jun 2024 17:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=81=E5=8A=A0=E7=9A=84de?= =?UTF-8?q?bugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/reportList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/reportList/index.vue b/src/views/wms/reportList/index.vue index a81ebae68..8c8385a59 100644 --- a/src/views/wms/reportList/index.vue +++ b/src/views/wms/reportList/index.vue @@ -9,7 +9,7 @@ import { getAccessToken } from '@/utils/auth' // const url = ref('http://localhost:12080/jmreport/view/881686740529258496') const route = useRoute() // 路由对象 -debugger + const str = route.path.split('/')[3] const url = ref(import.meta.env.VITE_JMREPORT_BASE_URL + '/jmreport/view/'+ str+ '?token='+ getAccessToken()) console.log(url);