|
|
@@ -610,7 +610,7 @@ export default {
|
|
|
if (uid == this.userid || window.topU.US.userInfo.role==1) {
|
|
|
window.topU.postMessage(
|
|
|
{
|
|
|
- tools: "opencCscl",
|
|
|
+ tools: this.person ? "opencCscl2" : "opencCscl",
|
|
|
cid: cid,
|
|
|
gid: '',
|
|
|
},
|
|
|
@@ -638,7 +638,7 @@ export default {
|
|
|
if (groupCid) {
|
|
|
window.topU.postMessage(
|
|
|
{
|
|
|
- tools: "opencCscl",
|
|
|
+ tools: this.person ? "opencCscl2" : "opencCscl",
|
|
|
cid: cid,
|
|
|
gid: groupCid,
|
|
|
},
|