|
|
@@ -17,7 +17,7 @@
|
|
|
<SYJJ2 ref="SYJJ2" v-show="bShow[8]"></SYJJ2>
|
|
|
<simulation ref="simulation" v-show="bShow[9]"></simulation>
|
|
|
<simulationLibrary ref="simulationLibrary" v-show="bShow[10]"></simulationLibrary>
|
|
|
- <simulationcore ref="simulationcore" v-show="bShow[11]"></simulationcore>
|
|
|
+ <simulationcore ref="simulationcore" v-show="bShow[11]" v-on:goToTeachCreation="goToTeachCreation"></simulationcore>
|
|
|
<simulationBase ref="simulationBase" v-show="bShow[12]"></simulationBase>
|
|
|
<teacherCreation ref="teacherCreation" v-show="bShow[13]"></teacherCreation>
|
|
|
<User ref="User" v-show="bShow[14]" v-on:onClick_proManage="onClick_proManage"></User>
|
|
|
@@ -294,6 +294,9 @@
|
|
|
// console.log("左侧导航点击home", indexArr);
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
+ goToTeachCreation(){
|
|
|
+ this.showPage(13);
|
|
|
+ },
|
|
|
//顶部导航左上角icon点击事件
|
|
|
onTopMenuIconClick() {
|
|
|
if(!getApp().globalData.bLogin) {
|