|
@@ -4,7 +4,7 @@
|
|
<div class="right">
|
|
<div class="right">
|
|
<div class="courseTop" >
|
|
<div class="courseTop" >
|
|
<div class="stepsNav" v-if="!examineId">
|
|
<div class="stepsNav" v-if="!examineId">
|
|
- <el-breadcrumb v-if="!gotype" separator-class="el-icon-arrow-right">
|
|
|
|
|
|
+ <el-breadcrumb separator-class="el-icon-arrow-right">
|
|
<el-breadcrumb-item
|
|
<el-breadcrumb-item
|
|
v-if="!back"
|
|
v-if="!back"
|
|
:to="{
|
|
:to="{
|
|
@@ -2070,7 +2070,6 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- gotype:sessionStorage.getItem('gotype'),
|
|
|
|
aiscoId:'',
|
|
aiscoId:'',
|
|
aiscoLoading:true,
|
|
aiscoLoading:true,
|
|
cueWord:{
|
|
cueWord:{
|
|
@@ -2767,8 +2766,6 @@ for (let index = 0; index < val.array.length; index++) {
|
|
// });
|
|
// });
|
|
},
|
|
},
|
|
retrunCourse() {
|
|
retrunCourse() {
|
|
- if (this.gotype) return this.$router.go(-1)
|
|
|
|
-
|
|
|
|
if(!this.back){
|
|
if(!this.back){
|
|
this.goTo(
|
|
this.goTo(
|
|
"/test?userid=" +
|
|
"/test?userid=" +
|