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 8eef471 commit 4d00bb9Copy full SHA for 4d00bb9
server/core/server.go
@@ -29,7 +29,7 @@ func RunWindowsServer() {
29
30
fmt.Printf(`
31
欢迎使用 Gin-Vue-Admin
32
- 当前版本:V2.4.1
+ 当前版本:V2.4.2
33
加群方式:微信号:shouzi_1994 QQ群:622360840
34
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
35
默认前端文件运行地址:http://127.0.0.1:8080
web/src/main.js
@@ -149,7 +149,7 @@ export default new Vue({
149
150
console.log(`
151
152
153
加群方式:微信:shouzi_1994 QQ群:622360840
154
默认自动化文档地址:http://127.0.0.1:${process.env.VUE_APP_SERVER_PORT}/swagger/index.html
155
默认前端文件运行地址:http://127.0.0.1:${process.env.VUE_APP_CLI_PORT}
0 commit comments