Source/plt-web/plt-web-ui/src/page/login/index.vue
@@ -8,7 +8,7 @@ <div class="login-main"> <h4 class="login-title"> {{ $t('login.title') }}{{website.title}} <top-lang></top-lang> <top-lang type="login"></top-lang> </h4> <userLogin v-if="activeName==='user'"></userLogin> <thirdLogin v-else-if="activeName==='third'"></thirdLogin>