@titaui/pc 1.16.93-beta.6 → 1.16.93-beta.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,7 @@ var UnchainOkrModal = function UnchainOkrModal(props, ref) {
61
61
  userIsFirstAccess: userIsFirstAccess,
62
62
  isTry: isTry
63
63
  });
64
- var researchUrl = "https:".concat(urlHost, "/survey/answer/pc/#/research/answer?hideNavTop=true&surveyId=").concat(surveyId, "&source=").concat(ESource.OkrInvestigate);
64
+ var researchUrl = "https:".concat(urlHost, "/survey/answer/pc/#/research/answer?hideNavTop=true&surveyId=").concat(surveyId, "&isExternal=0&source=").concat(ESource.OkrInvestigate);
65
65
  setOkrResearchUrl(researchUrl);
66
66
  if (userIsFirstAccess && isTry) {
67
67
  setTimeout(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.93-beta.6",
3
+ "version": "1.16.93-beta.7",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",