兰宝车间质量管理系统-前端
疯狂的狮子li
2023-03-23 5c87f1cb2c17226c8f741613a9081a055c8e46d7
update 项目正式入驻 dromara 开源社区 更改项目地址
已修改3个文件
14 ■■■■ 文件已修改
README.md 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/RuoYi/Git/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | 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