gemercheung пре 6 месеци
родитељ
комит
0c7aeda9b8
1 измењених фајлова са 9 додато и 8 уклоњено
  1. 9 8
      packages/web/src/components/footer.vue

+ 9 - 8
packages/web/src/components/footer.vue

@@ -20,20 +20,21 @@
             </div>
             <div class="infos-item flex flex-col gap-row-[10px]">
               <n-h6 class="text-white">{{ $t('solutions') }}</n-h6>
-              <a target="_blank">{{ $t('smart_city') }}</a>
-              <a target="_blank">{{ $t('museums') }}</a>
-              <a target="_blank">{{ $t('fire_sec') }}</a>
-              <a target="_blank">{{ $t('real_estate') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/solutions/smartCity">{{ $t('smart_city') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/solutions/museum">{{ $t('museums') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/solutions/government">{{ $t('fire_sec') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/solutions/property">{{ $t('real_estate') }}</a>
             </div>
             <div class="infos-item flex flex-col gap-row-[10px]">
               <n-h6 class="text-white">{{ $t('support') }}</n-h6>
-              <a target="_blank">{{ $t('app_download') }}</a><a target="_blank">{{ $t('help_center') }}</a><a
-                target="_blank">{{ $t('post-sale') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/service/app/pro">{{ $t('app_download') }}</a><a target="_blank">{{ $t('help_center') }}</a><a
+                target="_blank" href="https://www.4dkankan.com/#/service/clause/pro">{{ $t('post-sale') }}</a>
             </div>
             <div class="infos-item flex flex-col gap-row-[10px]">
               <n-h6 class="text-white">{{ $t('about_us') }}</n-h6>
-              <a target="_blank">{{ $t('company_profile') }}</a><a target="_blank">{{ $t('news_report') }}</a><a
-                target="_blank">{{ $t('distributor') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/about">{{ $t('company_profile') }}</a>
+              <a target="_blank" href="https://www.4dkankan.com/#/news">{{ $t('news_report') }}</a><a
+                target="_blank" href="https://www.4dkankan.com/#/distributor">{{ $t('distributor') }}</a>
             </div>
           </div>
         </div>