Explorar el Código

接口文档地址修改

wangwl hace 1 mes
padre
commit
1ecde8e1b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>