mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-04 04:24:40 +08:00
feat: 增加 Go 运行环境跳转 (#5764)
This commit is contained in:
parent
a5bf435d2c
commit
0194362a35
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue