Browse Source

去掉谁加的debugger

master_hella_20240701
yufei0306 8 months ago
parent
commit
60e583cb8c
  1. 2
      src/views/wms/reportList/index.vue

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

Loading…
Cancel
Save