|
@@ -440,7 +440,7 @@ export default {
|
|
|
content: `点击了批量添加 ${row.name}${row.id}`,
|
|
|
});
|
|
|
let userid = await this.getUserId(oid, org);
|
|
|
- const url=`https://pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
|
|
|
+ const url=`https://beta.pbl.cocorobo.cn/pbl-teacher-table/dist/?#/teacher?userid=${userid ? userid : this.userid}&oid=${oid}&org=${org}`;
|
|
|
window.open(url,'_blank');
|
|
|
}
|
|
|
|