Browse Source

发布v2.4.6正式版

main
piexlmax 3 years ago
parent
commit
871a75fecd
  1. 2
      server/core/server.go
  2. 2
      web/src/core/config.js
  3. 2
      web/src/core/gin-vue-admin.js

2
server/core/server.go

@ -38,7 +38,7 @@ func RunWindowsServer() {
fmt.Printf(` fmt.Printf(`
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server 欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
当前版本:V2.4.6 Beta
当前版本:V2.4.6
加群方式:微信号shouzi_1994 QQ群622360840 加群方式:微信号shouzi_1994 QQ群622360840
GVA讨论社区:https://support.qq.com/products/371961 GVA讨论社区:https://support.qq.com/products/371961
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html 默认自动化文档地址:http://127.0.0.1%s/swagger/index.html

2
web/src/core/config.js

@ -18,7 +18,7 @@ export const viteLogo = (env) => {
) )
console.log( console.log(
chalk.green( chalk.green(
`> 当前版本:V2.4.6 Beta.2`
`> 当前版本:V2.4.6`
) )
) )
console.log( console.log(

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

@ -10,7 +10,7 @@ export default {
register(app) register(app)
console.log(` console.log(`
欢迎使用 Gin-Vue-Admin 欢迎使用 Gin-Vue-Admin
当前版本:V2.4.6 Beta
当前版本:V2.4.6
加群方式:微信shouzi_1994 QQ群622360840 加群方式:微信shouzi_1994 QQ群622360840
GVA讨论社区:https://support.qq.com/products/371961 GVA讨论社区:https://support.qq.com/products/371961
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html 默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html

Loading…
Cancel
Save