Skip to content

Commit

Permalink
fix: 解决应用商店 Go 和 Java 安装跳转错误的问题 (#5909)
Browse files Browse the repository at this point in the history
Refs #5900
  • Loading branch information
zhengkunwang223 authored Jul 23, 2024
1 parent 9b12930 commit 075879b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/views/app-store/detail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 075879b

Please # to comment.