af-mobile-client-vue3 1.3.33 → 1.3.34

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.33",
4
+ "version": "1.3.34",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -65,6 +65,7 @@ export function isExternalUser(to: RouteLocationNormalized): ExternalUserResult
65
65
  code: code as string,
66
66
  state: state as string,
67
67
  tenantName: state as string,
68
+ platformUserId: code as string,
68
69
  platformType: PlatformType.WECHAT_OFFICIAL,
69
70
  }
70
71