@@ -28,7 +28,7 @@
<el-form-item>
<el-button type="primary" style="width: 100%" :loading="loading" round @click="login">{{ $t('login.signIn') }}</el-button>
</el-form-item>
- <div class="login-reg">
+ <div class="login-reg" v-if="false">
{{ $t('login.noAccount') }} <router-link to="/user_register">{{ $t('login.createAccount') }}</router-link>
</div>
</el-form>
@@ -14,7 +14,7 @@
<el-button type="primary" style="width: 100%;" :loading="islogin" round @click="login">{{ $t('login.signIn') }}</el-button>
{{$t('login.noAccount')}} <router-link to="/user_register">{{$t('login.createAccount')}}</router-link>