zhangxiao
2024-08-12 88b1281f51f590f88ae581d2a14b877da9439250
src/components/upload/index.vue
@@ -11,6 +11,9 @@
<script setup>
  import { computed, ref, onMounted, watch, watchEffect } from 'vue';
  import { useUserStore } from '@/store';
  const userStore = useUserStore();
  const props = defineProps({
    limit: {
      type: Number,
@@ -50,6 +53,12 @@
        url: item,
      }));
    }
    // console.log(
    //   window.location.origin,
    //   import.meta.env.VITE_API_BASE_URL,
    //   8988
    // );
  });
  // console.log(urls.value, 8988);