master
4 years ago
parent 55e843e850
commit dec87243d3
  1. 1
      src/components/TestPanel.vue
  2. 4
      src/components/codemirror.vue
  3. 6
      src/views/Home.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

@ -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%;

@ -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();
},

Loading…
Cancel
Save