Sfoglia il codice sorgente

接口文档地址修改

wangwl 1 mese fa
parent
commit
1ecde8e1b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/tool/swagger/index.vue

+ 1 - 1
src/views/tool/swagger/index.vue

@@ -5,5 +5,5 @@
 <script setup>
 import iFrame from '@/components/iFrame'
 
-const url = ref(import.meta.env.VITE_APP_BASE_API + "/swagger-ui/index.html")
+const url = ref(import.meta.env.VITE_APP_BASE_API + "/doc.html")
 </script>