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 1457876 commit 8f8bef9Copy full SHA for 8f8bef9
server/core/server.go
@@ -38,7 +38,7 @@ func RunWindowsServer() {
38
39
fmt.Printf(`
40
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
41
- 当前版本:V2.4.5 beta.1
+ 当前版本:V2.4.5 RC
42
加群方式:微信号:shouzi_1994 QQ群:622360840
43
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
44
默认前端文件运行地址:http://127.0.0.1:8080
web/src/core/gin-vue-admin.js
@@ -10,7 +10,7 @@ export default {
10
register(app)
11
console.log(`
12
欢迎使用 Gin-Vue-Admin
13
14
加群方式:微信:shouzi_1994 QQ群:622360840
15
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
16
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}
0 commit comments