vue2-client 1.20.43 → 1.20.44

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vue.config.js +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.20.43",
3
+ "version": "1.20.44",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
package/vue.config.js CHANGED
@@ -133,6 +133,11 @@ module.exports = {
133
133
  changeOrigin: true,
134
134
  secure: false,
135
135
  ws: false
136
+ },
137
+ '/api/af-his': {
138
+ target: v3Server,
139
+ pathRewrite: { '^/api/af-his': '/his-web/api/af-his' },
140
+ changeOrigin: true
136
141
  }
137
142
  },
138
143
  client: {