Quellcode durchsuchen

change: 页脚社交账户链接调整.

Ken vor 1 Jahr
Ursprung
Commit
ced030bb35
3 geänderte Dateien mit 9 neuen und 4 gelöschten Zeilen
  1. BIN
      assets/img/linkin.png
  2. 7 4
      components/PcFooter.vue
  3. 2 0
      nuxt.config.js

BIN
assets/img/linkin.png


+ 7 - 4
components/PcFooter.vue

@@ -146,12 +146,12 @@
     <div class="footer-bottom">
       <div class="footer-bottom-item com-width-1400 com-margin-auto">
         <div class="footer-bottom-item-left">
-          <a href="https://www.facebook.com/PromoCollection/">
+          <a href="https://www.facebook.com/profile.php?id=100070939456361">
             <img
               src="@/assets/img/Shape 4.png"
               alt="" />
           </a>
-          <a href="https://twitter.com/Promocollection/">
+          <!-- <a href="https://twitter.com/Promocollection/">
             <img
               src="@/assets/img/Shape 5.png"
               alt="" />
@@ -160,12 +160,15 @@
             <img
               src="@/assets/img/Shape 7.png"
               alt="" />
-          </a>
-          <a href="https://www.instagram.com/promocollectionau/">
+          </a> -->
+          <a href="https://www.instagram.com/promocollectioneu/">
             <img
               src="@/assets/img/Shape 21.png"
               alt="" />
           </a>
+          <a href="https://www.linkedin.com/company/promocollection-uk/?viewAsMember=true">
+            <img src="@/assets/img/linkin.png" alt="">
+          </a>
         </div>
         <div class="contact">
           <div>(+44)203 916 5098</div>

+ 2 - 0
nuxt.config.js

@@ -63,10 +63,12 @@ export default {
       target:
         process.env.NODE_ENV === 'development'
           ? 'http://192.168.10.64:80'
+          // ? 'https://promcollection.ca'
           : 'http://127.0.0.1:8083',
       changeOrigin: true,
       pathRewrite: {
         '^/uk-api': '',
+        // '^/uk-api': '/uk-api',
       },
     },
   },