Skip to content

Commit 8ec5a5b

Browse files
authored
fix: Fix menu internationalization issues (#9456)
1 parent 2e8bcc0 commit 8ec5a5b

File tree

2 files changed

+3
-1
lines changed
  • frontend/src

2 files changed

+3
-1
lines changed

frontend/src/routers/modules/ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const databaseRouter = {
2424
name: 'MCPServer',
2525
component: () => import('@/views/ai/mcp/server/index.vue'),
2626
meta: {
27-
title: 'MCP',
27+
title: 'menu.mcp',
2828
requiresAuth: true,
2929
},
3030
},

frontend/src/views/container/repo/operator/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ const oldProto = ref();
113113
114114
const acceptParams = (params: DialogProps): void => {
115115
dialogData.value = params;
116+
oldUrl.value = params.rowData.downloadUrl;
117+
oldProto.value = params.rowData.protocol;
116118
title.value = i18n.global.t('commons.button.' + dialogData.value.title);
117119
drawerVisible.value = true;
118120
};

0 commit comments

Comments
 (0)