Browse Source

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

疯狂的狮子li 2 years ago
parent
commit
5c87f1cb2c
3 changed files with 7 additions and 7 deletions
  1. 2 2
      README.md
  2. 1 1
      src/components/RuoYi/Git/index.vue
  3. 4 4
      src/views/index.vue

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

+ 1 - 1
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)

+ 4 - 4
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