|
@@ -221,7 +221,7 @@ const clickSwitch = (index) => {
|
|
|
}
|
|
|
loading.value = false
|
|
|
}, 100)
|
|
|
- } else if (index == 6 && activeIndex.value != 7) {
|
|
|
+ } else if (index == 7 && activeIndex.value != 7) {
|
|
|
loading.value = true
|
|
|
//pbl.cocorobo.cn/pbl-teacher-table/dist/#/grade?userid=4e748720-5878-11ef-b873-005056b86db5&oid=46034950-39b1-11ef-b873-005056b86db5&org=16ace517-b5c7-4168-a9bb-a9e0035df840
|
|
|
iframeRef1Url4.value = `/app.cocorobo.cn/#/teachingModel?userid=${user.user.userid}&oid=${user.user.organizeid}&org=${user.user.org}&role=${user.user.role}`
|
|
@@ -231,7 +231,7 @@ const clickSwitch = (index) => {
|
|
|
}
|
|
|
loading.value = false
|
|
|
}, 100)
|
|
|
- } else if (index == 6 && activeIndex.value != 8) {
|
|
|
+ } else if (index == 8 && activeIndex.value != 8) {
|
|
|
loading.value = true
|
|
|
//pbl.cocorobo.cn/pbl-teacher-table/dist/#/grade?userid=4e748720-5878-11ef-b873-005056b86db5&oid=46034950-39b1-11ef-b873-005056b86db5&org=16ace517-b5c7-4168-a9bb-a9e0035df840
|
|
|
iframeRef1Url4.value = `/app.cocorobo.cn/#/cocobookllm?userid=${user.user.userid}&oid=${user.user.organizeid}&org=${user.user.org}&role=${user.user.role}`
|