Browse Source

提交2.4.5插件模式 a测版本

piexlmax 3 years ago
parent
commit
9b8fd0a342
2 changed files with 2 additions and 2 deletions
  1. 1 1
      server/core/server.go
  2. 1 1
      web/src/core/gin-vue-admin.js

+ 1 - 1
server/core/server.go

@@ -31,7 +31,7 @@ func RunWindowsServer() {
 
 	fmt.Printf(`
 	欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
-	当前版本:V2.4.4
+	当前版本:V2.4.5 alpha
     加群方式:微信号:shouzi_1994 QQ群:622360840
 	默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
 	默认前端文件运行地址:http://127.0.0.1:8080

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

@@ -22,7 +22,7 @@ Vue.use(uploader)
 
 console.log(`
    欢迎使用 Gin-Vue-Admin
-   当前版本:V2.4.4
+   当前版本:V2.4.5 alpha
    加群方式:微信:shouzi_1994 QQ群:622360840
    默认自动化文档地址:http://127.0.0.1:${process.env.VUE_APP_SERVER_PORT}/swagger/index.html
    默认前端文件运行地址:http://127.0.0.1:${process.env.VUE_APP_CLI_PORT}