更新版本号2.5.9

This commit is contained in:
piexlMax
2023-12-31 11:09:00 +08:00
parent 760ef77593
commit a923b6beca
9 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gin-vue-admin",
"version": "2.5.7",
"version": "2.5.9",
"private": true,
"scripts": {
"serve": "node openDocument.js && vite --host --mode development",

View File

@@ -19,7 +19,7 @@ export const viteLogo = (env) => {
)
console.log(
chalk.green(
`> 当前版本:v2.5.7`
`> 当前版本:v2.5.9`
)
)
console.log(

View File

@@ -10,7 +10,7 @@ export default {
register(app)
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:v2.5.7
当前版本:v2.5.9
加群方式:微信shouzi_1994 QQ群622360840
GVA讨论社区:https://support.qq.com/products/371961
插件市场:https://plugin.gin-vue-admin.com

View File

@@ -283,6 +283,7 @@ import {
} from '@/api/api'
import { toSQLLine } from '@/utils/stringFun'
import WarningBar from '@/components/warningBar/warningBar.vue'
import ExportExcel from '@/components/exportExcel/exportExcel.vue'
import { ref } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
import { VideoCameraFilled } from '@element-plus/icons-vue'