vue2-client 1.8.348 → 1.8.349

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.348",
3
+ "version": "1.8.349",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -607,7 +607,8 @@ export default {
607
607
  if (that.compatible === 'V4' || (Object.keys(res).length === 1 && Object.prototype.hasOwnProperty.call(res, 'value'))) {
608
608
  value = res.value
609
609
  }
610
- window.open('/res/excel/export/' + value)
610
+ // window.open('/res/excel/export/' + value)
611
+ window.open(value)
611
612
  })
612
613
  },
613
614
  onCancel () {