vue2-client 1.8.3 → 1.8.4

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.8.3",
3
+ "version": "1.8.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
@@ -44,7 +44,7 @@ export function getNativeConfigUrl (serviceName = process.env.VUE_APP_SYSTEM_NAM
44
44
  }
45
45
 
46
46
  export function parseConfigUrl (serviceName = process.env.VUE_APP_SYSTEM_NAME) {
47
- return '/api/' + serviceName + '/' + commonApi.parseConfig
47
+ return '/api/af-liuli/' + commonApi.parseConfig
48
48
  }
49
49
 
50
50
  /**