Skip to content

Commit 17500d7

Browse files
committed
fix: 修复图片多选的情况下点击确定抽屉无法收起的bug
1 parent 5890d3a commit 17500d7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

server/core/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func RunWindowsServer() {
3939

4040
fmt.Printf(`
4141
欢迎使用 gin-vue-admin
42-
当前版本:v2.7.9
42+
当前版本:v2.8.0
4343
加群方式:微信号:shouzi_1994 QQ群:470239250
4444
项目地址:https://github.com/flipped-aurora/gin-vue-admin
4545
插件市场:https://plugin.gin-vue-admin.com

server/docs/docs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// @Tag.Description 用户
2222

2323
// @title Gin-Vue-Admin Swagger API接口文档
24-
// @version v2.7.9
24+
// @version v2.8.0
2525
// @description 使用gin+vue进行极速开发的全栈开发基础平台
2626
// @securityDefinitions.apikey ApiKeyAuth
2727
// @in header

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gin-vue-admin",
3-
"version": "2.7.9",
3+
"version": "2.8.0",
44
"private": true,
55
"scripts": {
66
"serve": "node openDocument.js && vite --host --mode development",

web/src/core/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const viteLogo = (env) => {
1717
`> 欢迎使用Gin-Vue-Admin,开源地址:https://github.com/flipped-aurora/gin-vue-admin`
1818
)
1919
)
20-
console.log(greenText(`> 当前版本:v2.7.9`))
20+
console.log(greenText(`> 当前版本:v2.8.0`))
2121
console.log(greenText(`> 加群方式:微信:shouzi_1994 QQ群:470239250`))
2222
console.log(
2323
greenText(`> 项目地址:https://github.com/flipped-aurora/gin-vue-admin`)

web/src/core/gin-vue-admin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
register(app)
1111
console.log(`
1212
欢迎使用 Gin-Vue-Admin
13-
当前版本:v2.7.9
13+
当前版本:v2.8.0
1414
加群方式:微信:shouzi_1994 QQ群:622360840
1515
项目地址:https://github.com/flipped-aurora/gin-vue-admin
1616
插件市场:https://plugin.gin-vue-admin.com

0 commit comments

Comments
 (0)