BF-202210271038\Administrator 2 vuotta sitten
vanhempi
commit
5d6231bb43
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      pages/login/register.vue

+ 5 - 5
pages/login/register.vue

@@ -72,11 +72,11 @@ export default {
       }
     },
     register() {
-      if (this.inviteCode === '') {
-        this.shouPage=true
-        tools.error(this.$t('index.error.errorMsg.noInvite'))
-        return;
-      }
+      // if (this.inviteCode === '') {
+      //   this.shouPage=true
+      //   tools.error(this.$t('index.error.errorMsg.noInvite'))
+      //   return;
+      // }
       if (this.isAjax) {
         return;
       }