diff --git a/README.md b/README.md index a044505..a93800f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@

基于RuoYi-Vue+Flowable的工作流管理平台

+## 良心开源 + +* 单租户版本:[RuoYi-Vue-flowable](https://gitee.com/tangwenzhaoaini/RuoYi-Vue-flowable) +* 多租户版本:[RuoYi-Vue-Flowable-Tenant](https://gitee.com/tangwenzhaoaini/ruo-yi-vue-flowable-tenant) + ## 平台简介 @@ -50,9 +55,12 @@ ## 在线体验 -- admin/admin123 - -演示地址:http://ry.orangepromax.asia/index +- 单租户版本 +- 演示地址:http://ry.orangepromax.asia/index +- 账号/密码:xiaoxin/123456 +- 多租户版本 +- 演示地址:http://aa.orangepromax.asia/index +- 租户/账号/密码:测试有限公司/admin/123456 ## 联系方式 diff --git a/ruoyi-ui/src/components/RuoYi/Git/index.vue b/ruoyi-ui/src/components/RuoYi/Git/index.vue index c6ce168..7c0edbc 100644 --- a/ruoyi-ui/src/components/RuoYi/Git/index.vue +++ b/ruoyi-ui/src/components/RuoYi/Git/index.vue @@ -9,7 +9,7 @@ export default { name: 'RuoYiGit', data() { return { - url: 'https://gitee.com/tangwenzhaoaini/RuoYi-Vue-flowable' + url: 'https://gitee.com/tangwenzhaoaini/ruo-yi-vue-flowable-tenant' } }, methods: { diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 700c5b5..37d5d4c 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -18,7 +18,7 @@ size="mini" icon="el-icon-cloudy" plain - @click="goTarget('https://gitee.com/tangwenzhaoaini/RuoYi-Vue-flowable')" + @click="goTarget('https://gitee.com/tangwenzhaoaini/ruo-yi-vue-flowable-tenant')" >访问码云