From 9a7f11589357913646082b02b9223669289cc1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0?= <15071126431@163.com> Date: Fri, 30 Apr 2021 15:21:17 +0800 Subject: [PATCH] back --- src/components/TestPanel.vue | 1 + src/components/codemirror.vue | 4 +++- src/views/Home.vue | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 38dafe1..2bcb82b 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -334,6 +334,7 @@ export default { reload() { this.$post(this.api.DeleteCodes, this.codeIds).then(res => { this.getClearTime() + this.grade = '00' localStorage.removeItem('codeCache') this.codeIds = [] this.isSubmit = false diff --git a/src/components/codemirror.vue b/src/components/codemirror.vue index 85d511f..520a6c3 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -544,7 +544,9 @@ export default { /deep/.answer-wrap{ pre{ width: 100%; - white-space:normal; + white-space: pre-wrap; + // height: 320px; + // overflow-x: scroll; } img{ max-width: 100%; diff --git a/src/views/Home.vue b/src/views/Home.vue index 0f5e41a..7aa8b86 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -174,7 +174,11 @@ export default { if(this.projectPermissions){ location.href = `${this.host}hrClient/#/dashboard#2` }else{ - location.href = `${this.host}hrClient/#/dashboard#1` + if(location.host.includes('liuwanr.cn')){ + location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#1` + }else{ + location.href = `http://www.occupationlab.com/#/dashboard#1` + } } this.$refs.mainindex.getClearTime(); },