mirror of https://github.com/1Panel-dev/1Panel
feat: 增加 Go 运行环境跳转 (#5764)
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