@titaui/pc 1.10.0 → 1.10.1

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.
@@ -172,6 +172,11 @@ function Inform(props) {
172
172
  return;
173
173
  }
174
174
 
175
+ if (objId && objType == 74) {
176
+ window.open("".concat(_constant.apiServer, "/u/").concat(_constant.userId, "/Home#performance?formId=").concat(item.objId, "&reactRouterName=detail"));
177
+ return;
178
+ }
179
+
175
180
  var reg = /href='.*?(?=')/g;
176
181
  var url = "";
177
182
  item.content.replace(reg, function ($0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",