We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20bd331 + 27934cd commit f55330dCopy full SHA for f55330d
server/core/server.go
@@ -29,7 +29,7 @@ func RunWindowsServer() {
29
30
fmt.Printf(`
31
欢迎使用 Gin-Vue-Admin
32
- 当前版本:V2.4.3
+ 当前版本:V2.4.4 RC
33
加群方式:微信号:shouzi_1994 QQ群:622360840
34
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
35
默认前端文件运行地址:http://127.0.0.1:8080
web/src/core/gin-vue-admin.js
@@ -22,7 +22,7 @@ Vue.use(uploader)
22
23
console.log(`
24
25
26
加群方式:微信:shouzi_1994 QQ群:622360840
27
默认自动化文档地址:http://127.0.0.1:${process.env.VUE_APP_SERVER_PORT}/swagger/index.html
28
默认前端文件运行地址:http://127.0.0.1:${process.env.VUE_APP_CLI_PORT}
0 commit comments