diff --git a/Dockerfile b/Dockerfile index d23b1db..97fa8b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ COPY docker/nginx.conf /etc/nginx/conf.d/default.conf COPY --from=builder /build/dist/build/h5 /usr/share/nginx/html COPY MP_verify_yU2Z8mp831jh6QX7.txt /usr/share/nginx/html/MP_verify_yU2Z8mp831jh6QX7.txt COPY MP_verify_0UoX8yClVgREjgPj.txt /usr/share/nginx/html/MP_verify_0UoX8yClVgREjgPj.txt +COPY MP_verify_4E1dVbOcZ9KzTzoc.txt /usr/share/nginx/html/MP_verify_4E1dVbOcZ9KzTzoc.txt # 暴露端口 EXPOSE 80 diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 6c0e046..50d117f 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -9,11 +9,11 @@ ICCID: {{ item.iccid }} - 运营商: {{ getLogo(item.category).name }} + 运营商: {{ getCarrier(item.carrier_type).name }} 卡槽位: {{ item.slot_position || '-' }} @@ -39,7 +39,7 @@