From 75ebee24a2a2539fe52fd56376327a0cbe6220ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Wed, 24 Jan 2024 10:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E6=9C=A8=E6=8A=A5=E8=A1=A8=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= 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 aec0a4ae3..a9fdf79dd 100644 --- a/src/views/wms/reportList/index.vue +++ b/src/views/wms/reportList/index.vue @@ -9,6 +9,6 @@ // const url = ref('http://localhost:12080/jmreport/view/881686740529258496') const route = useRoute() // 路由对象 const str = route.path.split('/')[3] -const url = ref(import.meta.env.VITE_BASE_URL + '/jmreport/view/'+ str) +const url = ref(import.meta.env.VITE_JMREPORT_BASE_URL + '/jmreport/view/'+ str) console.log(url);