Browse Source

增加交流社区

main
piexlmax 3 years ago
parent
commit
9d50dccfe1
  1. 1
      server/core/server.go
  2. 5
      web/src/core/config.js
  3. 1
      web/src/core/gin-vue-admin.js

1
server/core/server.go

@ -40,6 +40,7 @@ func RunWindowsServer() {
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
当前版本:V2.4.6 Beta
加群方式:微信号shouzi_1994 QQ群622360840
GVA讨论社区:https://support.qq.com/products/371961
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:8080
如果项目让您获得了收益希望您能请团队喝杯可乐:https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/coffee

5
web/src/core/config.js

@ -26,6 +26,11 @@ export const viteLogo = (env) => {
`> 加群方式:微信:shouzi_1994 QQ群:622360840`
)
)
console.log(
chalk.green(
`> GVA讨论社区:https://support.qq.com/products/371961`
)
)
console.log(
chalk.green(
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`

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

@ -12,6 +12,7 @@ export default {
欢迎使用 Gin-Vue-Admin
当前版本:V2.4.6 Beta
加群方式:微信shouzi_1994 QQ群622360840
GVA讨论社区:https://support.qq.com/products/371961
默认自动化文档地址: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}
如果项目让您获得了收益希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee

Loading…
Cancel
Save