Browse Source

报表

master
zhang_li 11 months ago
parent
commit
dbfeee28fe
  1. 6
      src/views/wms/reportList/index.vue

6
src/views/wms/reportList/index.vue

@ -6,5 +6,9 @@
</template>
<script setup lang="ts">
const url = ref('http://localhost:12080/jmreport/view/881686740529258496')
// 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)
console.log(url);
</script>

Loading…
Cancel
Save