wujingjing
2024-11-14 8e4ecc18726f32d208f9dc7f618926a292bc2fce
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>