From 25f5809a91e3e29917e0e5284877daf3102dcec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=90=89=E5=85=86?= <303176530@qq.com> Date: Sun, 24 Jan 2021 17:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/server.go | 3 ++- web/src/main.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server/core/server.go b/server/core/server.go index d3ba5e4a..7a41dcca 100644 --- a/server/core/server.go +++ b/server/core/server.go @@ -30,7 +30,8 @@ func RunWindowsServer() { fmt.Printf(` 欢迎使用 Gin-Vue-Admin - 当前版本:V2.3.8 + 当前版本:V2.3.9 + 加群方式:微信号:shouzi_1994 QQ群:622360840 默认自动化文档地址:http://127.0.0.1%s/swagger/index.html 默认前端文件运行地址:http://127.0.0.1:8080 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee diff --git a/web/src/main.js b/web/src/main.js index 4915fd83..9f314c3e 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -47,7 +47,8 @@ Vue.prototype.$echarts = echarts; console.log(` 欢迎使用 Gin-Vue-Admin - 当前版本:V2.3.8 + 当前版本:V2.3.9 + 加群方式:微信:shouzi_1994 QQ群:622360840 默认自动化文档地址:http://127.0.0.1%s/swagger/index.html 默认前端文件运行地址:http://127.0.0.1:8080 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee -- GitLab