vue2-client 1.8.129 → 1.8.130

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/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
+ **1.8.130 -2024-4-11 @江超**
5
+ - 导出bug修改
6
+
4
7
  **1.8.126 -2024-4-9 @江超**
5
8
  - 现在相同配置名的key不会重复发起请求了
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.129",
3
+ "version": "1.8.130",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -386,7 +386,7 @@ export default {
386
386
  queryParamsName: that.queryParamsName,
387
387
  queryParams: that.queryParams,
388
388
  form: conditionParams,
389
- }, that.serviceName, this.env === 'dev').then(res => {
389
+ }, that.serviceName, that.env === 'dev').then(res => {
390
390
  let value = res
391
391
  if (that.compatible === 'V4') {
392
392
  value = res.value