Skip to content

Commit a200c2e

Browse files
author
QM303176530
committed
更新版本号
1 parent a471bae commit a200c2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func RunWindowsServer() {
2929

3030
fmt.Printf(`
3131
欢迎使用 Gin-Vue-Admin
32-
当前版本:V2.3.2
32+
当前版本:V2.3.3
3333
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
3434
默认前端文件运行地址:http://127.0.0.1:8080
3535
`, address)

web/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Vue.prototype.$echarts = echarts;
6666

6767
console.log(`
6868
欢迎使用 Gin-Vue-Admin
69-
当前版本:V2.3.2
69+
当前版本:V2.3.3
7070
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
7171
默认前端文件运行地址:http://127.0.0.1:8080
7272
`)

0 commit comments

Comments
 (0)