保誠-保戶業務員媒合平台
Tomas
2021-12-09 ac235850a9287dae6977c964213176fa7c86b140
PAMapp/components/Footer.vue
@@ -5,7 +5,11 @@
          <li
            v-for="(navItem, index) in footerNavList"
            :key="index"
            class="pam-footer-nav__item">{{ navItem.label }}<span class="pl-10 pam-footer-nav__item-pipe"
            class="pam-footer-nav__item">
            <a :href="navItem.url" target="_blank">
              {{ navItem.label }}
            </a>
            <span class="pl-10 pam-footer-nav__item-pipe"
              v-if="index !== footerNavList.length - 1"> | </span>
          </li>
        </ul>
@@ -27,11 +31,11 @@
export default class UiCarousel extends Vue {
  footerNavList: FooterNavItem[] = [
    { label: '網站綜合聲明', url: '/'},
    { label: '金融友善服務專區', url: '/'},
    { label: '法令宣導', url: '/'},
    { label: '保險委外作業說明', url: '/'},
    { label: 'GDPR隱私權告知事項', url: '/'},
    { label: '網站綜合聲明', url: 'https://www.pcalife.com.tw/zh/disclaimer/'},
    { label: '金融友善服務專區', url: 'https://www.pcalife.com.tw/zh/financial-friendly/'},
    { label: '法令宣導', url: 'https://www.pcalife.com.tw/zh/law-advocacy/'},
    { label: '保險委外作業說明', url: 'https://www.pcalife.com.tw/zh/outsourcing-notice/'},
    { label: 'GDPR隱私權告知事項', url: 'https://www.pcalife.com.tw/zh/gdpr-privacy-notice/'},
  ];
}
@@ -59,6 +63,10 @@
        @extend .text--bold;
        @extend .text--dark-blue;
        @extend .cursor--pointer;
         a, a:hover, a:focus, a:active {
              text-decoration: none;
              color: inherit;
        }
        &:nth-of-type(3) {
          .pam-footer-nav__item-pipe {
            display: none;