mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
feat: 增加 Go 运行环境跳转 (#5764)
This commit is contained in:
parent
a5bf435d2c
commit
0194362a35
@ -241,6 +241,9 @@ const openInstall = (app: App.App) => {
|
||||
case 'java':
|
||||
router.push({ path: '/websites/runtimes/java' });
|
||||
break;
|
||||
case 'go':
|
||||
router.push({ path: '/websites/runtimes/go' });
|
||||
break;
|
||||
default:
|
||||
const params = {
|
||||
app: app,
|
||||
|
Loading…
Reference in New Issue
Block a user