|
@@ -300,11 +300,7 @@ export default {
|
|
|
} else {
|
|
|
`https://pbl.cocorobo.cn/pbl-student-table/dist/#/${val.toolId}`;
|
|
|
}
|
|
|
-// https://beta.pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?courseId=5dc1d643-a2ef-11ef-9b30-005056b86db5&userid=0c3735c9-a2ef-11ef-9b30-005056b86db5&oid=414f2361-ad04-11ed-b13d-005056b86db5&org=0fec3a8a-ad04-11ed-b13d-005056b86db5&cid=&tType=1&screenType=1
|
|
|
- // return
|
|
|
- // 点击相同应用不刷新
|
|
|
- // if (this.appSign == val.toolId) return
|
|
|
- // 更新标识
|
|
|
+
|
|
|
await store.commit("user/SET_AppSIGN", val.toolId);
|
|
|
|
|
|
let _userinfo = this.roleUser, //登录用户信息
|
|
@@ -322,7 +318,8 @@ export default {
|
|
|
oid: _oid,
|
|
|
org: _org,
|
|
|
cid: _classid,
|
|
|
- screenType :3
|
|
|
+ tType: this.roleUser.type,
|
|
|
+ screenType :2
|
|
|
};
|
|
|
|
|
|
const canshu = argumentList
|