@titaui/pc 1.7.83 → 1.7.84

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.
@@ -63,6 +63,11 @@ var Inform = function Inform(props) {
63
63
  return;
64
64
  }
65
65
 
66
+ if (objType === _constant.EObjType.Project) {
67
+ (0, _tools.openPage)("".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#more/messages?messageType=2&tabAppId=1&tabAppType=1&isRead=2&messageSubNav=1"));
68
+ return;
69
+ }
70
+
66
71
  if (objType === _constant.EObjType.Task) {
67
72
  window.Talent.app.vent.trigger('global-pull-screen', objId, 'task');
68
73
  return;
@@ -108,6 +113,8 @@ var Inform = function Inform(props) {
108
113
  } else if (messageType === _constant.informType.todayJob) {
109
114
  window.open("".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#plan?tag_id=0&tag_type=0&filter=1"));
110
115
  return;
116
+ } else if (objType === 0 && messageType === 93) {
117
+ (0, _tools.openPage)("".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#more/messages?messageType=2&tabAppId=1&tabAppType=1&isRead=2&messageSubNav=1"));
111
118
  } else if (objType === 0) {
112
119
  var str = item.content.match(/\/\/.*?[\"|\']/gi);
113
120
  if (!str) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.7.83",
3
+ "version": "1.7.84",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",