Merge branch 'main' of https://gitea-inner.fontree.cn/scout666/fiee-official-website
This commit is contained in:
commit
363d1e1f9e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/assets/file/footer/FiEE, Inc. _ Privacy policy.pdf
Normal file
BIN
src/assets/file/footer/FiEE, Inc. _ Privacy policy.pdf
Normal file
Binary file not shown.
BIN
src/assets/file/footer/FiEE, Inc. _ Site Map.pdf
Normal file
BIN
src/assets/file/footer/FiEE, Inc. _ Site Map.pdf
Normal file
Binary file not shown.
BIN
src/assets/file/footer/FiEE, Inc. _ Terms of Use.pdf
Normal file
BIN
src/assets/file/footer/FiEE, Inc. _ Terms of Use.pdf
Normal file
Binary file not shown.
@ -6,7 +6,6 @@
|
|||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
||||||
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
||||||
<span @click="handleLink('cookiesSettings')">Cookies Settings</span>
|
|
||||||
<span @click="handleLink('siteMap')">Site Map</span>
|
<span @click="handleLink('siteMap')">Site Map</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -14,14 +13,22 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from "vue-router";
|
||||||
const router = useRouter()
|
const router = useRouter();
|
||||||
|
import privacyPolicy from "@/assets/file/footer/FiEE, Inc. _ Privacy policy.pdf";
|
||||||
|
import termsOfUse from "@/assets/file/footer/FiEE, Inc. _ Terms of Use.pdf";
|
||||||
|
import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
|
||||||
|
|
||||||
//点击跳转到对应的链接页面
|
//点击跳转到对应的链接页面
|
||||||
const handleLink = (link) => {
|
const handleLink = (link) => {
|
||||||
console.log(link)
|
if (link === "privacyPolicy") {
|
||||||
router.push(link)
|
window.open(privacyPolicy, "_blank");
|
||||||
}
|
} else if (link === "termsOfUse") {
|
||||||
|
window.open(termsOfUse, "_blank");
|
||||||
|
} else if (link === "siteMap") {
|
||||||
|
window.open(siteMap, "_blank");
|
||||||
|
}
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
||||||
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
||||||
</div>
|
|
||||||
<div class="footer-links">
|
|
||||||
<span @click="handleLink('cookiesSettings')">Cookies Settings</span>
|
|
||||||
<span @click="handleLink('siteMap')">Site Map</span>
|
<span @click="handleLink('siteMap')">Site Map</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -16,13 +13,23 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from "vue-router";
|
||||||
const router = useRouter()
|
const router = useRouter();
|
||||||
|
|
||||||
|
import privacyPolicy from "@/assets/file/footer/FiEE, Inc. _ Privacy policy.pdf";
|
||||||
|
import termsOfUse from "@/assets/file/footer/FiEE, Inc. _ Terms of Use.pdf";
|
||||||
|
import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
|
||||||
|
|
||||||
//点击跳转到对应的链接页面
|
//点击跳转到对应的链接页面
|
||||||
const handleLink = (link) => {
|
const handleLink = (link) => {
|
||||||
router.push(link)
|
if (link === "privacyPolicy") {
|
||||||
}
|
window.open(privacyPolicy, "_blank");
|
||||||
|
} else if (link === "termsOfUse") {
|
||||||
|
window.open(termsOfUse, "_blank");
|
||||||
|
} else if (link === "siteMap") {
|
||||||
|
window.open(siteMap, "_blank");
|
||||||
|
}
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@ -50,7 +57,6 @@ const handleLink = (link) => {
|
|||||||
padding: 0 0.8rem;
|
padding: 0 0.8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
min-width: 8.5rem;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@ -1,52 +1,58 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- 通用页脚 -->
|
<!-- 通用页脚 -->
|
||||||
<div class="custom-footer">
|
<div class="custom-footer">
|
||||||
<span>© 2025 FiEE, Inc. All Rights Reserved.</span>
|
<span>© 2025 FiEE, Inc. All Rights Reserved.</span>
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
<span @click="handleLink('privacyPolicy')">Privacy Policy</span>
|
||||||
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
<span @click="handleLink('termsOfUse')">Terms of use</span>
|
||||||
<span @click="handleLink('cookiesSettings')">Cookies Settings</span>
|
<span @click="handleLink('siteMap')">Site Map</span>
|
||||||
<span @click="handleLink('siteMap')">Site Map</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from "vue-router";
|
||||||
const router = useRouter()
|
const router = useRouter();
|
||||||
|
import privacyPolicy from "@/assets/file/footer/FiEE, Inc. _ Privacy policy.pdf";
|
||||||
|
import termsOfUse from "@/assets/file/footer/FiEE, Inc. _ Terms of Use.pdf";
|
||||||
|
import siteMap from "@/assets/file/footer/FiEE, Inc. _ Site Map.pdf";
|
||||||
|
|
||||||
//点击跳转到对应的链接页面
|
//点击跳转到对应的链接页面
|
||||||
const handleLink = (link) => {
|
const handleLink = (link) => {
|
||||||
console.log(link)
|
if (link === "privacyPolicy") {
|
||||||
router.push(link)
|
window.open(privacyPolicy, "_blank");
|
||||||
|
} else if (link === "termsOfUse") {
|
||||||
|
window.open(termsOfUse, "_blank");
|
||||||
|
} else if (link === "siteMap") {
|
||||||
|
window.open(siteMap, "_blank");
|
||||||
}
|
}
|
||||||
</script>
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.custom-footer {
|
.custom-footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 24px 0;
|
padding: 24px 0;
|
||||||
color: #888;
|
color: #888;
|
||||||
// font-size: 15px;
|
// font-size: 15px;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
background: #f7f8fa;
|
background: #f7f8fa;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
border-top: 1px solid #ececec;
|
border-top: 1px solid #ececec;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
margin: 0.4rem 0 0;
|
margin: 0.4rem 0 0;
|
||||||
span {
|
span {
|
||||||
border-right: 1px solid #d2d2d7;
|
border-right: 1px solid #d2d2d7;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
span:nth-last-child(1) {
|
span:nth-last-child(1) {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user