src/layout/component/header/ShareHeader.vue
@@ -10,8 +10,11 @@ </template> <script setup lang="ts"> import { SERVE_URL } from '/@/constants'; const gotoMainSite = () => { window.location.href = 'https://wi.beng35.com/#/home'; window.location.href = SERVE_URL; }; </script> <style scoped lang="scss"></style>