|
|
@ -4,7 +4,6 @@ |
|
|
|
<el-col :sm="24" :lg="12" style="padding-left: 20px"> |
|
|
|
<h2>Coin后台管理框架</h2> |
|
|
|
<p> |
|
|
|
RuoYi-Vue-Plus 是基于 RuoYi-Vue 针对 分布式集群 场景升级(不兼容原框架) |
|
|
|
<br/> |
|
|
|
* 前端开发框架 Vue、Element UI<br/> |
|
|
|
* 后端开发框架 Spring Boot<br/> |
|
|
@ -36,38 +35,6 @@ |
|
|
|
* 部署方式 Docker 容器编排 一键部署业务集群<br/> |
|
|
|
* 国际化 SpringMessage Spring标准国际化方案<br/> |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
<b>当前版本:</b> <span>v{{ version }}</span> |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
<el-tag type="danger">¥免费开源</el-tag> |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
size="mini" |
|
|
|
icon="el-icon-cloudy" |
|
|
|
plain |
|
|
|
@click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus')" |
|
|
|
>访问码云</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
size="mini" |
|
|
|
icon="el-icon-cloudy" |
|
|
|
plain |
|
|
|
@click="goTarget('https://github.com/dromara/RuoYi-Vue-Plus')" |
|
|
|
>访问GitHub</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
size="mini" |
|
|
|
icon="el-icon-cloudy" |
|
|
|
plain |
|
|
|
@click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus/wikis/pages?sort_id=4106467&doc_id=1469725')" |
|
|
|
>更新日志</el-button |
|
|
|
> |
|
|
|
</p> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :sm="24" :lg="12" style="padding-left: 50px"> |
|
|
|