From f41e52e3debf30558d556dc0451776f5422fb9b8 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 08 十一月 2024 14:20:02 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- src/layout/component/header/ShareHeader.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/layout/component/header/ShareHeader.vue b/src/layout/component/header/ShareHeader.vue index 9a3e7a1..6200831 100644 --- a/src/layout/component/header/ShareHeader.vue +++ b/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> -- Gitblit v1.9.3