yangyin
2024-11-08 f41e52e3debf30558d556dc0451776f5422fb9b8
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>