diff --git a/src/components/Layout/Header/Header.vue b/src/components/Layout/Header/Header.vue index cc28d9a..79787e8 100644 --- a/src/components/Layout/Header/Header.vue +++ b/src/components/Layout/Header/Header.vue @@ -16,6 +16,7 @@ const options = ref([]) const loginRef = ref() const userPopRef = ref() const defAvatar = ref(defaultAvatar) +const feedBackUrl = import.meta.env.VITE_FEEDBACK_URL //store const toolsStore = useToolsStore() const componentStore = useComponentStore() @@ -170,7 +171,7 @@ onMounted(() => {