File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func RunWindowsServer() {
43
43
GVA讨论社区:https://support.qq.com/products/371961
44
44
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
45
45
默认前端文件运行地址:http://127.0.0.1:8080
46
- 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/ coffee
46
+ 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html
47
47
` , address )
48
48
global .GVA_LOG .Error (s .ListenAndServe ().Error ())
49
49
}
Original file line number Diff line number Diff line change 14
14
"axios" : " ^0.19.2" ,
15
15
"core-js" : " ^3.6.5" ,
16
16
"echarts" : " 5.3.2" ,
17
- "element-plus" : " 2.2.5 " ,
17
+ "element-plus" : " 2.2.9 " ,
18
18
"highlight.js" : " ^10.6.0" ,
19
19
"marked" : " ^2.0.0" ,
20
20
"mitt" : " ^3.0.0" ,
49
49
"vite-plugin-banner" : " ^0.1.3" ,
50
50
"vite-plugin-importer" : " ^0.2.5"
51
51
}
52
- }
52
+ }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const viteLogo = (env) => {
48
48
)
49
49
console . log (
50
50
chalk . green (
51
- `> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/ coffee`
51
+ `> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html `
52
52
)
53
53
)
54
54
console . log ( '\n' )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default {
16
16
插件市场:https://plugin.gin-vue-admin.com
17
17
默认自动化文档地址:http://127.0.0.1:${ import . meta. env . VITE_SERVER_PORT } /swagger/index.html
18
18
默认前端文件运行地址:http://127.0.0.1:${ import . meta. env . VITE_CLI_PORT }
19
- 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/ coffee
19
+ 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html
20
20
` )
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments