🎃 发布 4.8.1 稳定性增强 修复部分bug

This commit is contained in:
疯狂的狮子Li
2023-09-25 10:02:57 +08:00
parent 6e38a9e412
commit cc40f9c4ac
22 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ruoyi-vue-plus",
"version": "4.8.0",
"version": "4.8.1",
"description": "RuoYi-Vue-Plus后台管理系统",
"author": "LionLi",
"license": "MIT",

View File

@@ -103,7 +103,7 @@
</template>
<script setup name="Index">
const version = ref('4.8.0')
const version = ref('4.8.1')
function goTarget(url) {
window.open(url, '__blank')