vue2-client 1.11.6-alpha.2 → 1.11.6-alpha.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.11.6-alpha.2",
3
+ "version": "1.11.6-alpha.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -161,8 +161,7 @@ function loadInterceptors () {
161
161
  }
162
162
  }
163
163
 
164
- const v4SessionKey = '224b184e1059343a8cfd536e54e57d9f'
165
-
164
+ const v4SessionKey = localStorage.getItem(V4_SESSION_KEY)
166
165
  if (['post'].includes(config.method.toLowerCase()) && v4SessionKey &&
167
166
  !config.url.includes('/logic/openapi/') &&
168
167
  !config.url.includes('auth/login')) {