集中配置端口

This commit is contained in:
东邪黄药师
2021-03-08 23:43:17 +08:00
parent 48bb3b6452
commit 7bf3294113
4 changed files with 9 additions and 5 deletions

View File

@@ -43,13 +43,14 @@ export default new Vue({
//引入echarts
import echarts from 'echarts'
import buildConfig from '../build.config';
Vue.prototype.$echarts = echarts;
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:V2.4.0
加群方式:微信shouzi_1994 QQ群622360840
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:8080
默认自动化文档地址:http://127.0.0.1:` + buildConfig.goServerPort + `/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:`+ buildConfig.vueClientPort + `
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee
`)