tx-sider 2.3.16 → 2.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/TXUI.mjs CHANGED
@@ -54495,14 +54495,14 @@ function useCcflowCall() {
54495
54495
  const onClickTodo = () => {
54496
54496
  const md2 = localStorage.getItem("loginForm");
54497
54497
  window.open(
54498
- `${jumpUrl}/auth?md=${md2}&key=BasisSystem.PersonCenterModule&routerUrl=/workflow/todo&title=审批管理`,
54498
+ `${jumpUrl}/auth?md=${md2}&key=BasisSystem.CCFLOWModule&routerUrl=/workflow/todo&title=审批管理`,
54499
54499
  "_blank"
54500
54500
  );
54501
54501
  };
54502
54502
  const onClickMessage = () => {
54503
54503
  const md2 = localStorage.getItem("loginForm");
54504
54504
  window.open(
54505
- `${jumpMsgUrl}/auth?md=${md2}&key=BasisSystem.PersonCenterModule&routerUrl=/personCenterManage/MessageInformList`,
54505
+ `${jumpMsgUrl}/auth?md=${md2}&key=BasisSystem.PersonCenterModule&routerUrl=/personCenterManage/MessageInformList&title=消息通知`,
54506
54506
  "_blank"
54507
54507
  );
54508
54508
  };