|
@@ -146,9 +146,6 @@ export default {
|
|
async mounted() {
|
|
async mounted() {
|
|
await this.checkNewVersion();
|
|
await this.checkNewVersion();
|
|
},
|
|
},
|
|
- beforeCreate() {
|
|
|
|
- document.getElementById("app-placeholder").remove();
|
|
|
|
- },
|
|
|
|
async created() {
|
|
async created() {
|
|
if (this.LOGIN_ID_DOMAINS.includes(this.schoolDomain)) {
|
|
if (this.LOGIN_ID_DOMAINS.includes(this.schoolDomain)) {
|
|
this.loginType = "STUDENT_IDENTITY_NUMBER";
|
|
this.loginType = "STUDENT_IDENTITY_NUMBER";
|