refactor(projects): update soybean domain

This commit is contained in:
Soybean
2023-09-06 01:07:29 +08:00
parent f92ee770e0
commit 073fd16bd7
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<script setup lang="ts">
import { ref } from 'vue';
const src = ref('https://docs.soybean.pro/');
const src = ref('https://admin-docs.soybeanjs.cn/');
</script>
<style scoped></style>