@blocklet/launcher-workflow 2.1.71 → 2.1.73

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.
@@ -28,7 +28,8 @@ function InProgressSession() {
28
28
  create
29
29
  } = (0, _request.default)();
30
30
  const {
31
- routerPrefix
31
+ routerPrefix,
32
+ baseURL
32
33
  } = (0, _workflow.useWorkflowContext)();
33
34
  const [open, setOpen] = (0, _react.useState)(false);
34
35
  const api = create();
@@ -58,7 +59,7 @@ function InProgressSession() {
58
59
  let continueBaseURL = '';
59
60
  try {
60
61
  continueBaseURL = (0, _launcherUtil.getContinueLaunchURL)({
61
- baseURL: (0, _urlJoin.default)(window.location.origin, routerPrefix),
62
+ baseURL: (0, _urlJoin.default)(window.location.origin, baseURL),
62
63
  launch: state.value
63
64
  });
64
65
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.1.71",
3
+ "version": "2.1.73",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/license": "^2.5.68",
41
41
  "@arcblock/react-hooks": "^2.5.68",
42
42
  "@arcblock/ux": "^2.5.68",
43
- "@blocklet/launcher-layout": "2.1.71",
44
- "@blocklet/launcher-util": "2.1.71",
45
- "@blocklet/launcher-ux": "2.1.71",
43
+ "@blocklet/launcher-layout": "2.1.73",
44
+ "@blocklet/launcher-util": "2.1.73",
45
+ "@blocklet/launcher-ux": "2.1.73",
46
46
  "@blocklet/payment": "^1.12.31",
47
47
  "@emotion/react": "^11.11.1",
48
48
  "@emotion/styled": "^11.11.0",
@@ -76,5 +76,5 @@
76
76
  "babel-plugin-inline-react-svg": "^2.0.2",
77
77
  "jest": "^27.5.1"
78
78
  },
79
- "gitHead": "cca959effc6313115116489f7753aa47ff41bc6e"
79
+ "gitHead": "1d5a46ef9619150a3876fbb0ad3101da95194606"
80
80
  }