Commit 83239a25933c64ec256194a5550368ad0f05b119

Authored by boyang
1 parent 2b15a80c

fix: prod2.sh-23-24

components/MobileProductDetail.vue
... ... @@ -78,7 +78,6 @@
78 78 </v-col>
79 79 </v-row>
80 80 <div
81   - ref="ticketDiv"
82 81 v-if="info.ticketTypes?.length"
83 82 class="py-0 mx-4 rounded-lg tw-flex tw-flex-wrap tw-justify-around"
84 83 >
... ...
deploy/prod2.sh
1 1 #!/bin/bash
2 2 # 变量定义
3   -LAST_TAG="1.0.22"
4   -TAG="1.0.23"
  3 +LAST_TAG="1.0.23"
  4 +TAG="1.0.24"
5 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 7 IMAGE_NAME="canrud-outside-front"
... ...