修改版本号:V5.2.0-SNAPSHOT
This commit is contained in:
parent
4b82d390ea
commit
b842e849a5
@ -1,7 +1,7 @@
|
||||
<p align="center">
|
||||
<img alt="logo" src="https://gitee.com/dataprince/ruoyi-flex/raw/master/image/ruoyi-flex-logo.png">
|
||||
</p>
|
||||
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Ruoyi-Flex V5.1.0</h1>
|
||||
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Ruoyi-Flex V5.2.0-SNAPSHOT</h1>
|
||||
<h4 align="center">Ruoyi-Flex是基于JDK21、Spring Boot V3.2.X+平台 前后端分离的未来8年更快的Java开发框架</h4>
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ruoyiflex-elementplus-ts",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0-SNAPSHOT",
|
||||
"description": "Ruoyi-Flex多租户管理系统",
|
||||
"author": "数据小王子",
|
||||
"license": "MIT",
|
||||
|
@ -5,7 +5,7 @@
|
||||
<p align="center">
|
||||
<img alt="logo" src="@/assets/images/ruoyi-flex-logo.png">
|
||||
</p>
|
||||
<h1 align="center">Ruoyi-Flex V5.1.0</h1>
|
||||
<h1 align="center">Ruoyi-Flex V5.2.0-SNAPSHOT</h1>
|
||||
<h2 align="center">Ruoyi-Flex是基于JDK21、Spring Boot V3.2.X+平台 前后端分离的Java快速开发框架</h2>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@ -299,7 +299,7 @@
|
||||
</template>
|
||||
|
||||
<script setup name="Index" lang="ts">
|
||||
const version = ref('5.1.0')
|
||||
const version = ref('5.2.0-SNAPSHOT')
|
||||
const goTarget = (url: string) => {
|
||||
window.open(url, '__blank');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user