wujingjing
2025-04-12 a53d6201839688bfe259702e191f34314d06133c
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',