feat: knife4j

This commit is contained in:
xingyu
2023-01-17 20:42:18 +08:00
parent 4d35bcef65
commit 3d390d0d8f
8 changed files with 44 additions and 22 deletions

View File

@ -8,5 +8,5 @@ import { ref } from 'vue'
import { IFrame } from '@/components/IFrame'
const BASE_URL = import.meta.env.VITE_BASE_URL
const src = ref(BASE_URL + '/swagger-ui')
const src = ref(BASE_URL + '/doc.html')
</script>