Commit 0c00a04889a54287a9a66a9cc14b656ccfa8c4aa

Authored by boyang
1 parent fcb78871

fix: 底部导航栏,prod2.sh-33/34

components/Footer.vue
@@ -34,16 +34,16 @@ @@ -34,16 +34,16 @@
34 </p> 34 </p>
35 <p> 35 <p>
36 <a 36 <a
37 - href="https://www.youtube.com/@Canrd_Tech"  
38 - rel="noopener noreferrer"  
39 - >Youtube</a 37 + href="https://canrd.en.alibaba.com/company_profile.html?spm=a2700.galleryofferlist.normal_offer.d_companyName.262213a0fqshG2"
  38 + rel="noopener noreferrer"
  39 + >Alibaba</a
40 > 40 >
41 </p> 41 </p>
42 <p> 42 <p>
43 <a 43 <a
44 - href="https://www.linkedin.com/company/canrd?originalSubdomain=cn" 44 + href="https://www.youtube.com/@Canrd_Tech"
45 rel="noopener noreferrer" 45 rel="noopener noreferrer"
46 - >LinkedIn</a 46 + >Youtube</a
47 > 47 >
48 </p> 48 </p>
49 <p> 49 <p>
@@ -71,7 +71,8 @@ @@ -71,7 +71,8 @@
71 </div> 71 </div>
72 </template> 72 </template>
73 73
74 -<script setup lang="ts"></script> 74 +<script setup lang="ts">
  75 +</script>
75 76
76 <style> 77 <style>
77 b { 78 b {
deploy/prod2.sh
1 #!/bin/bash 1 #!/bin/bash
2 # 变量定义 2 # 变量定义
3 -LAST_TAG="1.0.32"  
4 -TAG="1.0.33" 3 +LAST_TAG="1.0.33"
  4 +TAG="1.0.34"
5 TARGET_PATH="/root/web/canrud-outside-nuxt-front" 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 IMAGE_NAME="canrud-outside-front" 7 IMAGE_NAME="canrud-outside-front"