提交 a9ffd02e authored 作者: lihuihui's avatar lihuihui

updata

上级 67d5f2e6
差异被折叠。
...@@ -61,6 +61,11 @@ import answerCard from '../../components/exam/answerCard.vue' ...@@ -61,6 +61,11 @@ import answerCard from '../../components/exam/answerCard.vue'
import question from '../../components/exam/question.vue' import question from '../../components/exam/question.vue'
import dialogComponent from '../../components/exam/dialogComponent.vue' import dialogComponent from '../../components/exam/dialogComponent.vue'
export default { export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
components: { components: {
answerCard, answerCard,
question, question,
......
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
</template> </template>
<script> <script>
export default { export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() { data() {
return { return {
width: '', width: '',
......
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
</template> </template>
<script> <script>
export default { export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() { data() {
return { return {
clearTime: null, clearTime: null,
......
...@@ -66,6 +66,11 @@ ...@@ -66,6 +66,11 @@
<script> <script>
import action from '@action' import action from '@action'
export default { export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() { data() {
return { return {
sInfo: JSON.parse(window.localStorage.getItem('studentInfo')), sInfo: JSON.parse(window.localStorage.getItem('studentInfo')),
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="welcome-msg mian-cont900" v-if="data" v-html="data.config.welcome_message"></div> <div class="welcome-msg mian-cont900" v-if="data"><img src="https://img1.ezijing.com/curriculum/courses/9cb0c3c3e6-wl.jpg" alt="">111111</div>
</div> </div>
</template> </template>
<script> <script>
...@@ -34,6 +34,11 @@ export default { ...@@ -34,6 +34,11 @@ export default {
components: { components: {
// 'my-dia': DialogComponent // 'my-dia': DialogComponent
}, },
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() { data() {
return { return {
tips: '', tips: '',
...@@ -166,6 +171,10 @@ export default { ...@@ -166,6 +171,10 @@ export default {
.welcome-msg{ .welcome-msg{
padding-top: 130px; padding-top: 130px;
&::v-deep img{
width: 100%;
display: block;
}
} }
.mian-cont900{ .mian-cont900{
margin: 0 auto; margin: 0 auto;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论