README.md | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/RuoYi/Git/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
README.md
@@ -2,8 +2,8 @@ * 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 * 配套后端代码仓库地址 * [RuoYi-Vue-Plus 5.X(注意版本号)](https://gitee.com/JavaLionLi/RuoYi-Vue-Plus) * [RuoYi-Cloud-Plus 2.X(注意版本号)](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus) * [RuoYi-Vue-Plus 5.X(注意版本号)](https://gitee.com/dromara/RuoYi-Vue-Plus) * [RuoYi-Cloud-Plus 2.X(注意版本号)](https://gitee.com/dromara/RuoYi-Cloud-Plus) ## 前端运行 src/components/RuoYi/Git/index.vue
@@ -5,7 +5,7 @@ </template> <script setup> const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus'); const url = ref('https://gitee.com/dromara/RuoYi-Vue-Plus'); function goto() { window.open(url.value) src/views/index.vue
@@ -44,14 +44,14 @@ type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus')" @click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus')" >访问码云</el-button > <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/JavaLionLi/RuoYi-Vue-Plus')" @click="goTarget('https://github.com/dromara/RuoYi-Vue-Plus')" >访问GitHub</el-button > <el-button @@ -107,14 +107,14 @@ type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus')" @click="goTarget('https://gitee.com/dromara/RuoYi-Cloud-Plus')" >访问码云</el-button > <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/JavaLionLi/RuoYi-Cloud-Plus')" @click="goTarget('https://github.com/dromara/RuoYi-Cloud-Plus')" >访问GitHub</el-button > <el-button