Selaa lähdekoodia

Update index.tsx

lex 11 kuukautta sitten
vanhempi
commit
533758b20d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/activation-code/instrument-registration/index.tsx

+ 1 - 1
src/views/activation-code/instrument-registration/index.tsx

@@ -16,7 +16,7 @@ export default defineComponent({
     const router = useRouter();
     const state = reactive({
       progressRate: 0,
-      statusShow: true,
+      statusShow: false,
       mobile: '',
       loading: false
     });