update 项目正式入驻 dromara 开源社区 更改项目地址
This commit is contained in:
parent
d2a44d682d
commit
5c87f1cb2c
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
* 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。
|
* 本仓库为前端技术栈 [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-Vue-Plus 5.X(注意版本号)](https://gitee.com/dromara/RuoYi-Vue-Plus)
|
||||||
* [RuoYi-Cloud-Plus 2.X(注意版本号)](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus)
|
* [RuoYi-Cloud-Plus 2.X(注意版本号)](https://gitee.com/dromara/RuoYi-Cloud-Plus)
|
||||||
|
|
||||||
## 前端运行
|
## 前端运行
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus');
|
const url = ref('https://gitee.com/dromara/RuoYi-Vue-Plus');
|
||||||
|
|
||||||
function goto() {
|
function goto() {
|
||||||
window.open(url.value)
|
window.open(url.value)
|
||||||
|
@ -44,14 +44,14 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="Cloudy"
|
icon="Cloudy"
|
||||||
plain
|
plain
|
||||||
@click="goTarget('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus')"
|
@click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus')"
|
||||||
>访问码云</el-button
|
>访问码云</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="Cloudy"
|
icon="Cloudy"
|
||||||
plain
|
plain
|
||||||
@click="goTarget('https://github.com/JavaLionLi/RuoYi-Vue-Plus')"
|
@click="goTarget('https://github.com/dromara/RuoYi-Vue-Plus')"
|
||||||
>访问GitHub</el-button
|
>访问GitHub</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@ -107,14 +107,14 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
icon="Cloudy"
|
icon="Cloudy"
|
||||||
plain
|
plain
|
||||||
@click="goTarget('https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus')"
|
@click="goTarget('https://gitee.com/dromara/RuoYi-Cloud-Plus')"
|
||||||
>访问码云</el-button
|
>访问码云</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="Cloudy"
|
icon="Cloudy"
|
||||||
plain
|
plain
|
||||||
@click="goTarget('https://github.com/JavaLionLi/RuoYi-Cloud-Plus')"
|
@click="goTarget('https://github.com/dromara/RuoYi-Cloud-Plus')"
|
||||||
>访问GitHub</el-button
|
>访问GitHub</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user