From a53d6201839688bfe259702e191f34314d06133c Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期六, 12 四月 2025 18:00:19 +0800 Subject: [PATCH] 关闭数字人 --- src/layout/component/header/Header.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/component/header/Header.vue b/src/layout/component/header/Header.vue index c9c0332..5a8bf9e 100644 --- a/src/layout/component/header/Header.vue +++ b/src/layout/component/header/Header.vue @@ -94,7 +94,7 @@ const smallScreenClick = () => { const pathname = window.location.pathname; - const basePath = pathname.replace(/\/web\/index\.html$/, ''); + const basePath = pathname.replace(/\/web\/index\.html$/, '/index.html/'); window.location.href = basePath || '/'; ParentRegister.notify?.({ type: 'fullScreen', -- Gitblit v1.9.3