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