From 6cb65e2290b50afe1f7b6f99724a9db8530b32e4 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 18 Sep 2026 11:35:46 +0800 Subject: [PATCH] fix: Fixed with ollama page not work (#13855) --- frontend/src/views/ai/model/local/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/ai/model/local/index.vue b/frontend/src/views/ai/model/local/index.vue index ac35ccfaf..c4d679e22 100644 --- a/frontend/src/views/ai/model/local/index.vue +++ b/frontend/src/views/ai/model/local/index.vue @@ -63,7 +63,7 @@ const buttons = computed>(() => { const currentTab = computed(() => { const tab = route.query.tab; - if (tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) { + if (tab === 'ollama' || tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) { return tab; } if (tab === 'tensorrt') {