From 3e81a216ad7e5a30ad8fdcc83d50f108fa869d2e Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 2 Jul 2026 15:33:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + pages/auth/auth.vue | 74 +++++++++++++++++++++------------------------ 2 files changed, 36 insertions(+), 39 deletions(-) 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 @@