Browse Source

feat: 新增源码地址

master
insistence 1 year ago
parent
commit
3005e8c3d4
  1. 2
      ruoyi-fastapi-frontend/src/components/RuoYi/Git/index.vue

2
ruoyi-fastapi-frontend/src/components/RuoYi/Git/index.vue

@ -5,7 +5,7 @@
</template> </template>
<script setup> <script setup>
const url = ref('https://gitee.com/y_project/RuoYi-Vue'); const url = ref('https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI');
function goto() { function goto() {
window.open(url.value) window.open(url.value)

Loading…
Cancel
Save