修复一些问题

This commit is contained in:
fengcheng
2025-01-08 17:07:41 +08:00
parent 393a430e83
commit 1615aadd24
3 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
<h4 align="center">基于RuoYi-Vue+Flowable的工作流管理平台</h4>
## 良心开源
* 单租户版本:[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
## 联系方式

View File

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

View File

@@ -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')"
>访问码云
</el-button
>