Browse Source

Merge branch 'master' of github.com:flipped-aurora/gin-vue-admin into gva-vue3

main
qimiao 3 years ago
parent
commit
c35f530f09
  1. 6
      README.md
  2. 2
      server/core/server.go
  3. 2
      web/src/core/gin-vue-admin.js

6
README.md

@ -3,10 +3,10 @@
<img src="http://qmplusimg.henrongyi.top/gvalogo.jpg" width=300" height="300" /> <img src="http://qmplusimg.henrongyi.top/gvalogo.jpg" width=300" height="300" />
</div> </div>
<div align=center> <div align=center>
<img src="https://img.shields.io/badge/golang-1.14-blue"/>
<img src="https://img.shields.io/badge/golang-1.16-blue"/>
<img src="https://img.shields.io/badge/gin-1.6.3-lightBlue"/> <img src="https://img.shields.io/badge/gin-1.6.3-lightBlue"/>
<img src="https://img.shields.io/badge/vue-2.6.10-brightgreen"/>
<img src="https://img.shields.io/badge/element--ui-2.12.0-green"/>
<img src="https://img.shields.io/badge/vue-3.0.0-brightgreen"/>
<img src="https://img.shields.io/badge/element--plus-1.1.0beta8-green"/>
<img src="https://img.shields.io/badge/gorm-1.20.7-red"/> <img src="https://img.shields.io/badge/gorm-1.20.7-red"/>
</div> </div>

2
server/core/server.go

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

2
web/src/core/gin-vue-admin.js

@ -9,7 +9,7 @@ export const run = function(app) {
register(app) register(app)
console.log(` console.log(`
欢迎使用 Gin-Vue-Admin 欢迎使用 Gin-Vue-Admin
当前版本:V2.4.5 alpha
当前版本:V2.4.5 beta
加群方式:微信shouzi_1994 QQ群622360840 加群方式:微信shouzi_1994 QQ群622360840
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html 默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT} 默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}

Loading…
Cancel
Save