1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

fix: 解决应用商店 Go 和 Java 安装跳转错误的问题 (#5909)

Refs https://github.com/1Panel-dev/1Panel/issues/5900
This commit is contained in:
zhengkunwang 2024-07-23 10:29:32 +08:00 committed by GitHub
parent 9b12930376
commit 075879b5b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,12 @@ const openInstall = () => {
case 'node':
router.push({ path: '/websites/runtimes/node' });
break;
case 'java':
router.push({ path: '/websites/runtimes/java' });
break;
case 'go':
router.push({ path: '/websites/runtimes/go' });
break;
default:
const params = {
app: app.value,