update 项目正式入驻 dromara 开源社区 更改项目地址

This commit is contained in:
疯狂的狮子li 2023-03-23 17:28:43 +08:00
parent d2a44d682d
commit 5c87f1cb2c
3 changed files with 7 additions and 7 deletions

View File

@ -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)
## 前端运行

View File

@ -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)

View File

@ -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