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);