Skip to content

Commit 0106534

Browse files
author
piexl
committed
升级element 修改文档地址
1 parent 87256b3 commit 0106534

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func RunWindowsServer() {
4343
GVA讨论社区:https://support.qq.com/products/371961
4444
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
4545
默认前端文件运行地址: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
4747
`, address)
4848
global.GVA_LOG.Error(s.ListenAndServe().Error())
4949
}

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"axios": "^0.19.2",
1515
"core-js": "^3.6.5",
1616
"echarts": "5.3.2",
17-
"element-plus": "2.2.5",
17+
"element-plus": "2.2.9",
1818
"highlight.js": "^10.6.0",
1919
"marked": "^2.0.0",
2020
"mitt": "^3.0.0",
@@ -49,4 +49,4 @@
4949
"vite-plugin-banner": "^0.1.3",
5050
"vite-plugin-importer": "^0.2.5"
5151
}
52-
}
52+
}

web/src/core/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const viteLogo = (env) => {
4848
)
4949
console.log(
5050
chalk.green(
51-
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee`
51+
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html`
5252
)
5353
)
5454
console.log('\n')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
插件市场:https://plugin.gin-vue-admin.com
1717
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
1818
默认前端文件运行地址: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
2020
`)
2121
}
2222
}

0 commit comments

Comments
 (0)