|

楼主 |
发表于 2017-7-18 17:28:49
|
显示全部楼层
我是按照代办任务写的
这是我的定义
yunShare : {
count : {
process : "/portal/process/message/messageProcess",
activity : "mainActivity",
action : "queryWaitMessageAction"
},
//默认指向任务中心
url : "$UI/SA/task/taskCenter/mainActivity.a?parameter=waiting",
process : "/SA/task/taskCenter/taskCenterProcess",
activity : "mainActivity",
xid : "yunShare",
title : '云共享',
enabled : false
}
下面是我的打开界面
return this.shellImpl.showPage("yunShare");
|
|