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.
1 parent e5f084c commit 9b8fd0aCopy full SHA for 9b8fd0a
server/core/server.go
@@ -31,7 +31,7 @@ func RunWindowsServer() {
31
32
fmt.Printf(`
33
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
34
- 当前版本:V2.4.4
+ 当前版本:V2.4.5 alpha
35
加群方式:微信号:shouzi_1994 QQ群:622360840
36
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
37
默认前端文件运行地址: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
欢迎使用 Gin-Vue-Admin
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