前端代码优化 修改密码迁移至个人中心内部

This commit is contained in:
QM303176530
2020-11-08 14:15:06 +08:00
parent 84b967ae82
commit 1acd2e3238
8 changed files with 214 additions and 178 deletions

View File

@@ -29,9 +29,10 @@ func RunWindowsServer() {
fmt.Printf(`
欢迎使用 Gin-Vue-Admin
当前版本:V2.3.4
当前版本:V2.3.5
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:8080
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee
`, address)
global.GVA_LOG.Error(s.ListenAndServe().Error())
}