gxd-uni-library-editx 1.0.32 → 1.0.33

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": "gxd-uni-library-editx",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -35,7 +35,7 @@ export default {
35
35
  ...options
36
36
  });
37
37
  let locationInfo = await this.getLoadingCityInfoByLocationLv4(options);
38
- storage.set('aaa_Layout.getCity.done',locationInfo)
38
+ storage.set('console_Layout.getCity.done',locationInfo)
39
39
  this.$xdLog.setProject('Layout.getCity.done', {
40
40
  time: new Date().getTime(),
41
41
  timeString: new Date().toLocaleString(),
@@ -74,7 +74,7 @@ export default {
74
74
  });
75
75
  this.locationStatus = true;
76
76
  this.timeoutLocationStatus = true;
77
- }, 10000)
77
+ }, 3000)
78
78
  },
79
79
 
80
80
  handleLocationDone(location) {
@@ -114,7 +114,6 @@ export default {
114
114
  });
115
115
 
116
116
  this.timeoutLocation(location);
117
-
118
117
  },
119
118
  }
120
119
  }