cloud-web-corejs 1.1.0-dev.28 → 1.1.0-dev.29

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.1.0-dev.28",
4
+ "version": "1.1.0-dev.29",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "dev:micro": "vue-cli-service serve --port 17527",
@@ -124,7 +124,7 @@ modules = {
124
124
 
125
125
  let url = `/${searviceName}/bd_api/${formCode}/${scriptCode}`;
126
126
  return this.getHttpTarget().$http({
127
- // aes: true,
127
+ aes: true,
128
128
  url: url,
129
129
  method: `post`,
130
130
  // loadingTarget: this.getLoadingTarget(),