|
@@ -20,7 +20,7 @@
|
|
|
<div class="content">
|
|
|
<div style="display:flex;">
|
|
|
<a
|
|
|
- v-if="schoolDomain !== 'cugr.ecs.qmth.com.cn'"
|
|
|
+ v-if="this.$route.params.domain !== 'cugr.ecs.qmth.com.cn'"
|
|
|
:class="['qm-big-text', 'login-type', loginType === 'STUDENT_CODE' && 'active-type']"
|
|
|
@click="loginType='STUDENT_CODE'"
|
|
|
style="border-top-left-radius: 6px"
|
|
@@ -321,7 +321,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
logoPath() {
|
|
|
- return "/api/ecs_core/org/logo?domain=" + this.schoolDomain;
|
|
|
+ return "/api/ecs_core/org/logo?domain=" + this.$route.params.domain;
|
|
|
},
|
|
|
schoolDomain() {
|
|
|
const domain = this.$route.params.domain;
|