|
@@ -58,15 +58,16 @@ const dialogVisible = ref(false)
|
|
|
|
|
|
const openApplication = (type) => {
|
|
|
console.log(type, InfoStore.user)
|
|
|
- if (type == "study") {
|
|
|
- if (InfoStore.user.type == 2) {
|
|
|
- top.U.MD.D.I.openApplication('studentStudy')
|
|
|
- } else {
|
|
|
- top.U.MD.D.I.openApplication('study')
|
|
|
- }
|
|
|
- } else {
|
|
|
- top.U.MD.D.I.openApplication(type)
|
|
|
- }
|
|
|
+ // if (type == "study") {
|
|
|
+ // if (InfoStore.user.type == 2) {
|
|
|
+ // top.U.MD.D.I.openApplication('studentStudy')
|
|
|
+ // } else {
|
|
|
+ // top.U.MD.D.I.openApplication('study')
|
|
|
+ // }
|
|
|
+ // } else {
|
|
|
+ // top.U.MD.D.I.openApplication(type)
|
|
|
+ // }
|
|
|
+ window.open('https://cloud.cocorobo.cn//#/'+type)
|
|
|
}
|
|
|
const courseDown = e => {
|
|
|
dialogVisible.value = true
|