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

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.
@@ -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",