nahida 1 vuosi sitten
vanhempi
commit
74001491dc
3 muutettua tiedostoa jossa 15 lisäystä ja 4 poistoa
  1. 11 0
      src/views/qyjydtfx/dkfx/index.vue
  2. 2 2
      src/views/test/index.vue
  3. 2 2
      vite.config.js

+ 11 - 0
src/views/qyjydtfx/dkfx/index.vue

@@ -0,0 +1,11 @@
+<script setup>
+
+</script>
+
+<template>
+  <div>12312321</div>
+</template>
+
+<style scoped lang="scss">
+
+</style>

+ 2 - 2
src/views/test/index.vue

@@ -6,7 +6,7 @@ const closeDialog = ()=>{
   dialogVisible.value = false;
 }
 const testReport = async ()=>{
-  await download('/report/downloadReport',{uniCode:'93431227MA4L3W2G0C'},"信用报告.docx")
+  await download('/report/downloadReport',{uniCode:'91431227344727289C'},"信用报告.docx")
 }
 
 </script>
@@ -24,7 +24,7 @@ const testReport = async ()=>{
         <span class="dialog-title">下载与暴力报告11</span>
       </template>
       <template #default>
-        <CreditReport :credit-code="'91431227MA4L6U5508'" :closeDialog="closeDialog" />
+        <CreditReport :credit-code="'91431227MABTBX5Y3B'" :closeDialog="closeDialog" />
       </template>
       <template #footer>
       <span class="dialog-footer">

+ 2 - 2
vite.config.js

@@ -31,8 +31,8 @@ export default defineConfig(({ mode, command }) => {
       proxy: {
         // https://cn.vitejs.dev/config/#server-proxy
         '/dev-api': {
-          // target: 'http://localhost:8900/background',
-          target: 'http://localhost:18902',
+          target: 'http://localhost:8900/background',
+          // target: 'http://localhost:18902',
           // target: 'http://42.48.99.5:8900/background',
           changeOrigin: true,
           rewrite: (p) => p.replace(/^\/dev-api/, '')